Uses of Class
org.apache.juneau.BeanContext
Packages that use BeanContext
Package
Description
CSV Marshalling Support
REST Server API
REST Client API
REST Server Mock API
-
Uses of BeanContext in org.apache.juneau
Fields in org.apache.juneau declared as BeanContextModifier and TypeFieldDescriptionprotected final BeanContext
BeanMeta.ctx
The bean context that created this metadata object.static final BeanContext
BeanContext.DEFAULT
Default config.static final BeanContext
BeanContext.DEFAULT_SORTED
Default config.Methods in org.apache.juneau that return BeanContextModifier and TypeMethodDescriptionBeanContext.Builder.build()
BeanContextable.getBeanContext()
Returns the bean context for this object.ClassMeta.getBeanContext()
Returns theBeanContext
that created this object.Methods in org.apache.juneau with parameters of type BeanContextModifier and TypeMethodDescriptionBeanContextable.Builder.beanContext
(BeanContext value) Specifies an already-instantiated bean context to use.BeanTraverseContext.Builder.beanContext
(BeanContext value) static BeanSession.Builder
BeanSession.create
(BeanContext ctx) Creates a builder of this object.final boolean
BeanContext.hasSameCache
(BeanContext bc) Returnstrue if the specified bean context shares the same cache as this bean context.Constructors in org.apache.juneau with parameters of type BeanContextModifierConstructorDescriptionprotected
BeanMeta
(ClassMeta<T> classMeta, BeanContext ctx, BeanFilter beanFilter, String[] pNames, ConstructorInfo implClassConstructor) Constructor.protected
Builder
(BeanContext copyFrom) Copy constructor.protected
Builder
(BeanContext ctx) Constructor -
Uses of BeanContext in org.apache.juneau.csv
Methods in org.apache.juneau.csv with parameters of type BeanContextModifier and TypeMethodDescriptionCsvParser.Builder.beanContext
(BeanContext value) CsvSerializer.Builder.beanContext
(BeanContext value) -
Uses of BeanContext in org.apache.juneau.html
Methods in org.apache.juneau.html with parameters of type BeanContextModifier and TypeMethodDescriptionHtmlDocSerializer.Builder.beanContext
(BeanContext value) HtmlParser.Builder.beanContext
(BeanContext value) HtmlSchemaDocSerializer.Builder.beanContext
(BeanContext value) HtmlSchemaSerializer.Builder.beanContext
(BeanContext value) HtmlSerializer.Builder.beanContext
(BeanContext value) HtmlStrippedDocSerializer.Builder.beanContext
(BeanContext value) -
Uses of BeanContext in org.apache.juneau.httppart
Methods in org.apache.juneau.httppart with parameters of type BeanContextModifier and TypeMethodDescription<T> T
HttpPartSchema.validateOutput
(T o, BeanContext bc) Throws aParseException
if the specified parsed output does not validate against this schema. -
Uses of BeanContext in org.apache.juneau.json
Methods in org.apache.juneau.json with parameters of type BeanContextModifier and TypeMethodDescriptionJsonParser.Builder.beanContext
(BeanContext value) JsonSchemaSerializer.Builder.beanContext
(BeanContext value) JsonSerializer.Builder.beanContext
(BeanContext value) -
Uses of BeanContext in org.apache.juneau.jsonschema
Methods in org.apache.juneau.jsonschema with parameters of type BeanContext -
Uses of BeanContext in org.apache.juneau.msgpack
Methods in org.apache.juneau.msgpack with parameters of type BeanContextModifier and TypeMethodDescriptionMsgPackParser.Builder.beanContext
(BeanContext value) MsgPackSerializer.Builder.beanContext
(BeanContext value) -
Uses of BeanContext in org.apache.juneau.oapi
Methods in org.apache.juneau.oapi with parameters of type BeanContextModifier and TypeMethodDescriptionOpenApiParser.Builder.beanContext
(BeanContext value) OpenApiSerializer.Builder.beanContext
(BeanContext value) -
Uses of BeanContext in org.apache.juneau.parser
Methods in org.apache.juneau.parser with parameters of type BeanContextModifier and TypeMethodDescriptionInputStreamParser.Builder.beanContext
(BeanContext value) Parser.Builder.beanContext
(BeanContext value) ReaderParser.Builder.beanContext
(BeanContext value) -
Uses of BeanContext in org.apache.juneau.plaintext
Methods in org.apache.juneau.plaintext with parameters of type BeanContextModifier and TypeMethodDescriptionPlainTextParser.Builder.beanContext
(BeanContext value) PlainTextSerializer.Builder.beanContext
(BeanContext value) -
Uses of BeanContext in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return BeanContextModifier and TypeMethodDescriptionRestContext.getBeanContext()
Returns the bean context associated with this context.RestOpContext.getBeanContext()
Returns the bean context associated with this context. -
Uses of BeanContext in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client with parameters of type BeanContext -
Uses of BeanContext in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock with parameters of type BeanContext -
Uses of BeanContext in org.apache.juneau.serializer
Methods in org.apache.juneau.serializer with parameters of type BeanContextModifier and TypeMethodDescriptionOutputStreamSerializer.Builder.beanContext
(BeanContext value) Serializer.Builder.beanContext
(BeanContext value) WriterSerializer.Builder.beanContext
(BeanContext value) -
Uses of BeanContext in org.apache.juneau.soap
Methods in org.apache.juneau.soap with parameters of type BeanContext -
Uses of BeanContext in org.apache.juneau.swap
Methods in org.apache.juneau.swap with parameters of type BeanContextModifier and TypeMethodDescriptionstatic ObjectSwap<?,
?> AutoListSwap.find
(BeanContext bc, ClassInfo ci) Look for constructors and methods on this class and construct a dynamic swap if it's possible to do so.static ObjectSwap<?,
?> AutoMapSwap.find
(BeanContext bc, ClassInfo ci) Look for constructors and methods on this class and construct a dynamic swap if it's possible to do so.static ObjectSwap<?,
?> AutoNumberSwap.find
(BeanContext bc, ClassInfo ci) Look for constructors and methods on this class and construct a dynamic swap if it's possible to do so.static ObjectSwap<?,
?> AutoObjectSwap.find
(BeanContext bc, ClassInfo ci) Inspects the specified class and returns a swap of this type if possible.static List<SurrogateSwap<?,
?>> SurrogateSwap.findObjectSwaps
(Class<?> c, BeanContext bc) Given the specified surrogate class, return the list of object swaps.static BuilderSwap<?,
?> BuilderSwap.findSwapFromObjectClass
(BeanContext bc, Class<?> objectClass, Visibility cVis, Visibility mVis) Creates a BuilderSwap from the specified object class if it has one. -
Uses of BeanContext in org.apache.juneau.uon
Methods in org.apache.juneau.uon with parameters of type BeanContextModifier and TypeMethodDescriptionUonParser.Builder.beanContext
(BeanContext value) UonSerializer.Builder.beanContext
(BeanContext value) -
Uses of BeanContext in org.apache.juneau.urlencoding
Methods in org.apache.juneau.urlencoding with parameters of type BeanContextModifier and TypeMethodDescriptionUrlEncodingParser.Builder.beanContext
(BeanContext value) UrlEncodingSerializer.Builder.beanContext
(BeanContext value) -
Uses of BeanContext in org.apache.juneau.utils
Methods in org.apache.juneau.utils with parameters of type BeanContextModifier and TypeMethodDescriptionBeanDiff.Builder.beanContext
(BeanContext value) Specifies the bean context to use for introspecting beans.Constructors in org.apache.juneau.utils with parameters of type BeanContext -
Uses of BeanContext in org.apache.juneau.xml
Methods in org.apache.juneau.xml with parameters of type BeanContextModifier and TypeMethodDescriptionXmlParser.Builder.beanContext
(BeanContext value) XmlSerializer.Builder.beanContext
(BeanContext value)