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.juneauFields in org.apache.juneau declared as BeanContextModifier and TypeFieldDescriptionprotected final BeanContextBeanMeta.ctxThe bean context that created this metadata object.static 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.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.Constructors in org.apache.juneau with parameters of type BeanContextModifierConstructorDescriptionprotectedBeanMeta(ClassMeta<T> classMeta, BeanContext ctx, BeanFilter beanFilter, String[] pNames, ConstructorInfo implClassConstructor) Constructor.protectedBuilder(BeanContext copyFrom) Copy constructor.protectedBuilder(BeanContext ctx) Constructor
- 
Uses of BeanContext in org.apache.juneau.csvMethods 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.htmlMethods 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.httppartMethods 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.jsonMethods 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.jsonschemaMethods in org.apache.juneau.jsonschema with parameters of type BeanContext
- 
Uses of BeanContext in org.apache.juneau.msgpackMethods 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.oapiMethods 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.parserMethods 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.plaintextMethods 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.restMethods 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.clientMethods in org.apache.juneau.rest.client with parameters of type BeanContext
- 
Uses of BeanContext in org.apache.juneau.rest.mockMethods in org.apache.juneau.rest.mock with parameters of type BeanContext
- 
Uses of BeanContext in org.apache.juneau.serializerMethods 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.soapMethods in org.apache.juneau.soap with parameters of type BeanContext
- 
Uses of BeanContext in org.apache.juneau.swapMethods 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.uonMethods 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.urlencodingMethods 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.utilsMethods 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.xmlMethods in org.apache.juneau.xml with parameters of type BeanContextModifier and TypeMethodDescriptionXmlParser.Builder.beanContext(BeanContext value) XmlSerializer.Builder.beanContext(BeanContext value)