Uses of Class
org.apache.juneau.BeanContext
Packages that use BeanContext
Package
Description
Marshalling API
CSV Marshalling Support
HTML Marshalling Support
HTTP Part Marshalling Support
JSON Marshalling Support
JSON-Schema Marshalling Support
MessagePack Marshalling Support
OpenAPI Marshalling Support
Parser API
Plaintext Marshalling Support
REST Server API
REST Client API
REST Server Mock API
Serializer API
SOAP/XML Marshalling Support
Swap API
UON Marshalling Support
URL-Encoding Marshalling Support
URL-Encoding Annotations
XML Marshalling Support
-
Uses of BeanContext in org.apache.juneau
Fields in org.apache.juneau declared as BeanContextModifier and TypeFieldDescriptionprotected final BeanContextBeanContextable.beanContextstatic final BeanContextBeanContext.DEFAULTDefault config.static final BeanContextBeanContext.DEFAULT_SORTEDDefault config.Methods in org.apache.juneau that return BeanContextModifier and TypeMethodDescriptionBeanContext.Builder.build()BeanContextable.getBeanContext()Returns the bean context for this object.protected BeanContextBeanMeta.getBeanContext()Returns the bean context that created this metadata object.ClassMeta.getBeanContext()Returns theBeanContextthat 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.BuilderBeanSession.create(BeanContext ctx) Creates a builder of this object.final booleanBeanContext.hasSameCache(BeanContext bc) Returnstrue if the specified bean context shares the same cache as this bean context.booleanBeanPropertyMeta.Builder.validate(BeanContext bc, BeanRegistry parentBeanRegistry, TypeVariables typeVarImpls, Set<String> bpro, Set<String> bpwo) Validates this bean property configuration.Constructors in org.apache.juneau with parameters of type BeanContextModifierConstructorDescriptionprotectedBuilder(BeanContext copyFrom) Copy constructor.protectedBuilder(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> THttpPartSchema.validateOutput(T o, BeanContext bc) Throws aParseExceptionif 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
Fields in org.apache.juneau.rest declared as BeanContextModifier and TypeFieldDescriptionprotected final BeanContextRestContext.beanContextprotected final BeanContextRestOpContext.beanContextMethods 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)