Uses of Class
org.apache.juneau.Context.Builder
Packages that use Context.Builder
Package
Description
Marshalling API
Bean and POJO Annotations
Configuration Support
Configuration Storage Support
Classpath Utilities
CSV Marshalling Support
CSV Marshalling Annotations
Configuration Store Examples
HTML Marshalling Support
HTML Marshalling Annotations
HTTP Part Marshalling Support
JSON Marshalling Support
JSON Marshalling Annotations
JSON-Schema Marshalling Support
MessagePack Marshalling Support
MessagePack Marshalling Annotations
OpenAPI Marshalling Support
OpenAPI Marshalling Annotations
Parser API
Plaintext Marshalling Support
Plaintext Marshalling Annotations
REST Server API
REST Client API
REST Server Mock API
Serializer API
SOAP/XML Marshalling Support
SOAP/XML Marshalling Annotations
UON Marshalling Support
UON Marshalling Annotations
URL-Encoding Marshalling Support
URL-Encoding Marshalling Annotations
XML Marshalling Support
XML Marshalling Annotations
-
Uses of Context.Builder in org.apache.juneau
Subclasses 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>
Optional<T>Returns this builder cast to the specified subtype if it is an instance of that type.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.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.annotation
Methods 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.config
Subclasses of Context.Builder in org.apache.juneau.config -
Uses of Context.Builder in org.apache.juneau.config.store
Subclasses 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.cp
Methods 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.csv
Subclasses of Context.Builder in org.apache.juneau.csvModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class. -
Uses of Context.Builder in org.apache.juneau.csv.annotation
Methods 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.store
Subclasses of Context.Builder in org.apache.juneau.examples.core.config.store -
Uses of Context.Builder in org.apache.juneau.html
Subclasses 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.annotation
Methods 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.httppart
Subclasses 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.json
Subclasses 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.annotation
Methods 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.jsonschema
Subclasses of Context.Builder in org.apache.juneau.jsonschema -
Uses of Context.Builder in org.apache.juneau.msgpack
Subclasses of Context.Builder in org.apache.juneau.msgpackModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class. -
Uses of Context.Builder in org.apache.juneau.msgpack.annotation
Methods 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.oapi
Subclasses of Context.Builder in org.apache.juneau.oapiModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class. -
Uses of Context.Builder in org.apache.juneau.oapi.annotation
Methods 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.parser
Subclasses 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.plaintext
Subclasses of Context.Builder in org.apache.juneau.plaintextModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class. -
Uses of Context.Builder in org.apache.juneau.plaintext.annotation
Methods 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.rest
Subclasses 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.client
Subclasses of Context.Builder in org.apache.juneau.rest.client -
Uses of Context.Builder in org.apache.juneau.rest.mock
Subclasses of Context.Builder in org.apache.juneau.rest.mock -
Uses of Context.Builder in org.apache.juneau.serializer
Subclasses 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.soap
Subclasses of Context.Builder in org.apache.juneau.soap -
Uses of Context.Builder in org.apache.juneau.soap.annotation
Methods 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.uon
Subclasses of Context.Builder in org.apache.juneau.uonModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class. -
Uses of Context.Builder in org.apache.juneau.uon.annotation
Methods 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.urlencoding
Subclasses of Context.Builder in org.apache.juneau.urlencodingModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class. -
Uses of Context.Builder in org.apache.juneau.urlencoding.annotation
Methods 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.xml
Subclasses of Context.Builder in org.apache.juneau.xmlModifier and TypeClassDescriptionstatic classBuilder class.static classBuilder class. -
Uses of Context.Builder in org.apache.juneau.xml.annotation
Methods in org.apache.juneau.xml.annotation with parameters of type Context.BuilderModifier and TypeMethodDescriptionvoidXmlAnnotation.Apply.apply(AnnotationInfo<Xml> ai, Context.Builder b)