Uses of Class
org.apache.juneau.cp.ContextBeanCreator
Packages that use ContextBeanCreator
-
Uses of ContextBeanCreator in org.apache.juneau.cp
Methods in org.apache.juneau.cp that return ContextBeanCreatorModifier and TypeMethodDescriptionContextBeanCreator.apply
(AnnotationWorkList work) Applies the specified annotations to all applicable serializer builders in this group.<B extends Context.Builder>
ContextBeanCreator<T>Applies an operation to the builder in this creator object.ContextBeanCreator.copy()
Creates a new copy of this creator.static <T> ContextBeanCreator<T>
Creator.Sets an already instantiated object on this creator.Sets the implementation type of the bean.Constructors in org.apache.juneau.cp with parameters of type ContextBeanCreatorModifierConstructorDescriptionprotected
ContextBeanCreator
(ContextBeanCreator<T> copyFrom) Copy constructor. -
Uses of ContextBeanCreator in org.apache.juneau.httppart
Subclasses of ContextBeanCreator in org.apache.juneau.httppartModifier and TypeClassDescriptionstatic class
A creator for a part parser.static class
A creator for a part serializer.