Uses of Class
org.apache.juneau.Context.Builder
Packages that use Context.Builder
Package
Description
CSV Marshalling Support
REST Server API
REST Client API
REST Server Mock API
- 
Uses of Context.Builder in org.apache.juneauSubclasses of Context.Builder in org.apache.juneauModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.static classBuilder class.Methods in org.apache.juneau with type parameters of type Context.BuilderModifier and TypeMethodDescription<T extends Context.Builder>
 Context.BuilderApply a consumer to this builder.Methods in org.apache.juneau that return Context.BuilderModifier and TypeMethodDescriptionContext.Builder.annotations(Annotation... values) Defines annotations to apply to specific classes and methods.Context.Builder.annotations(List<Annotation> values) Same asannotations(Annotation...)but uses a list as input.<T extends Context.Builder>
 Context.BuilderApply a consumer to this builder.Context.Builder.apply(AnnotationWorkList work) Applies a set of applied to this builder.Context.Builder.applyAnnotations(Class<?>... from) Same asapplyAnnotations(Object...)but explicitly specifies a class varargs to avoid compilation warnings.Context.Builder.applyAnnotations(Object... from) Applies any of the various@XConfig annotations on the specified classes or methods to this context.Specifies a cache to use for hashkey-based caching.abstract Context.BuilderContext.Builder.copy()Copy creator.Context.copy()Creates a builder from this context object.static Context.BuilderContext.createBuilder(Class<? extends Context> type) Instantiates a builder of the specified context class.Context.Builder.debug()Context configuration property: Debug mode.Context.Builder.debug(boolean value) Same asdebug()but allows you to explicitly specify the value.Specifies a pre-instantiated bean for thebuild()method to return.Associates a context class with this builder.Methods in org.apache.juneau with parameters of type Context.BuilderModifier and TypeMethodDescriptionprotected voidContext.init(Context.Builder builder) Perform optional initialization on builder before it is used.Constructors in org.apache.juneau with parameters of type Context.BuilderModifierConstructorDescriptionprotectedBuilder(Context.Builder copyFrom) Copy constructor.protectedContext(Context.Builder builder) Constructor for this class.
- 
Uses of Context.Builder in org.apache.juneau.annotationMethods in org.apache.juneau.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidSchemaAnnotation.Apply.apply(AnnotationInfo<Schema> ai, Context.Builder b) 
- 
Uses of Context.Builder in org.apache.juneau.configSubclasses of Context.Builder in org.apache.juneau.config
- 
Uses of Context.Builder in org.apache.juneau.config.storeSubclasses of Context.Builder in org.apache.juneau.config.storeModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.static classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.cpMethods in org.apache.juneau.cp with type parameters of type Context.BuilderModifier and TypeMethodDescription<B extends Context.Builder>
 Optional<B>Returns access to the inner builder if the builder exists and is of the specified type.<B extends Context.Builder>
 ContextBeanCreator<T>Applies an operation to the builder in this creator object.
- 
Uses of Context.Builder in org.apache.juneau.csvSubclasses of Context.Builder in org.apache.juneau.csvModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.csv.annotationMethods in org.apache.juneau.csv.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidCsvAnnotation.Apply.apply(AnnotationInfo<Csv> ai, Context.Builder b) 
- 
Uses of Context.Builder in org.apache.juneau.examples.core.config.storeSubclasses of Context.Builder in org.apache.juneau.examples.core.config.store
- 
Uses of Context.Builder in org.apache.juneau.htmlSubclasses of Context.Builder in org.apache.juneau.htmlModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.static classBuilder class.static classBuilder class.static classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.html.annotationMethods in org.apache.juneau.html.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidHtmlAnnotation.Apply.apply(AnnotationInfo<Html> ai, Context.Builder b) voidHtmlLinkAnnotation.Apply.apply(AnnotationInfo<HtmlLink> ai, Context.Builder b) 
- 
Uses of Context.Builder in org.apache.juneau.httppartSubclasses of Context.Builder in org.apache.juneau.httppartModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.static classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.jsonSubclasses of Context.Builder in org.apache.juneau.jsonModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.json.annotationMethods in org.apache.juneau.json.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidJsonAnnotation.Apply.apply(AnnotationInfo<Json> ai, Context.Builder b) 
- 
Uses of Context.Builder in org.apache.juneau.jsonschemaSubclasses of Context.Builder in org.apache.juneau.jsonschema
- 
Uses of Context.Builder in org.apache.juneau.msgpackSubclasses of Context.Builder in org.apache.juneau.msgpackModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.msgpack.annotationMethods in org.apache.juneau.msgpack.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidMsgPackAnnotation.Apply.apply(AnnotationInfo<MsgPack> ai, Context.Builder b) 
- 
Uses of Context.Builder in org.apache.juneau.oapiSubclasses of Context.Builder in org.apache.juneau.oapiModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.oapi.annotationMethods in org.apache.juneau.oapi.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidOpenApiAnnotation.Apply.apply(AnnotationInfo<OpenApi> ai, Context.Builder b) 
- 
Uses of Context.Builder in org.apache.juneau.parserSubclasses of Context.Builder in org.apache.juneau.parserModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.plaintextSubclasses of Context.Builder in org.apache.juneau.plaintextModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.plaintext.annotationMethods in org.apache.juneau.plaintext.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidPlainTextAnnotation.Apply.apply(AnnotationInfo<PlainText> ai, Context.Builder b) 
- 
Uses of Context.Builder in org.apache.juneau.restSubclasses of Context.Builder in org.apache.juneau.restModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.Methods in org.apache.juneau.rest that return Context.Builder
- 
Uses of Context.Builder in org.apache.juneau.rest.clientSubclasses of Context.Builder in org.apache.juneau.rest.client
- 
Uses of Context.Builder in org.apache.juneau.rest.mockSubclasses of Context.Builder in org.apache.juneau.rest.mock
- 
Uses of Context.Builder in org.apache.juneau.serializerSubclasses of Context.Builder in org.apache.juneau.serializerModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.soapSubclasses of Context.Builder in org.apache.juneau.soap
- 
Uses of Context.Builder in org.apache.juneau.soap.annotationMethods in org.apache.juneau.soap.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidSoapXmlAnnotation.Apply.apply(AnnotationInfo<SoapXml> ai, Context.Builder b) 
- 
Uses of Context.Builder in org.apache.juneau.uonSubclasses of Context.Builder in org.apache.juneau.uonModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.uon.annotationMethods in org.apache.juneau.uon.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidUonAnnotation.Apply.apply(AnnotationInfo<Uon> ai, Context.Builder b) 
- 
Uses of Context.Builder in org.apache.juneau.urlencodingSubclasses of Context.Builder in org.apache.juneau.urlencodingModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.urlencoding.annotationMethods in org.apache.juneau.urlencoding.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidUrlEncodingAnnotation.Apply.apply(AnnotationInfo<UrlEncoding> ai, Context.Builder b) 
- 
Uses of Context.Builder in org.apache.juneau.xmlSubclasses of Context.Builder in org.apache.juneau.xmlModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class.
- 
Uses of Context.Builder in org.apache.juneau.xml.annotationMethods in org.apache.juneau.xml.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidXmlAnnotation.Apply.apply(AnnotationInfo<Xml> ai, Context.Builder b)