Uses of Class
org.apache.juneau.cp.ContextBeanCreator
Packages that use ContextBeanCreator
- 
Uses of ContextBeanCreator in org.apache.juneau.cpMethods 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 ContextBeanCreatorModifierConstructorDescriptionprotectedContextBeanCreator(ContextBeanCreator<T> copyFrom) Copy constructor.
- 
Uses of ContextBeanCreator in org.apache.juneau.httppartSubclasses of ContextBeanCreator in org.apache.juneau.httppartModifier and TypeClassDescriptionstatic classA creator for a part parser.static classA creator for a part serializer.