Uses of Class
org.apache.juneau.BeanMeta
Packages that use BeanMeta
-
Uses of BeanMeta in org.apache.juneau
Subclasses of BeanMeta in org.apache.juneauModifier and TypeClassDescriptionclass
Same asBeanMeta
, except the list of bean properties are limited by a@Beanp(properties)
annotation.Fields in org.apache.juneau declared as BeanMetaModifier and TypeFieldDescriptionBeanMap.meta
The BeanMeta associated with the class of the object.Methods in org.apache.juneau that return BeanMetaModifier and TypeMethodDescriptionfinal <T> BeanMeta<T>
BeanContext.getBeanMeta
(Class<T> c) Returns theBeanMeta
class for the specified class.BeanMeta<?>
BeanPropertyMeta.getBeanMeta()
Returns the bean meta that this property belongs to.final <T> BeanMeta<T>
BeanSession.getBeanMeta
(Class<T> c) Returns theBeanMeta
class for the specified class.ClassMeta.getBeanMeta()
Returns theBeanMeta
associated with this class.protected BeanMeta<?>
ExtendedBeanMeta.getBeanMeta()
Returns the bean metadata that was passed into the constructor.BeanMap.getMeta()
Returns the metadata associated with this bean map.Methods in org.apache.juneau with parameters of type BeanMetaModifier and TypeMethodDescriptionstatic BeanPropertyMeta.Builder
Creates a builder forBeanPropertyMeta(org.apache.juneau.BeanPropertyMeta.Builder)
objects.Constructors in org.apache.juneau with parameters of type BeanMetaModifierConstructorDescriptionprotected
BeanMap
(BeanSession session, T bean, BeanMeta<T> meta) Instance of this class are instantiated through the BeanContext class.BeanMetaFiltered
(BeanMeta<T> innerMeta, String[] pNames) Wrapper constructor.BeanMetaFiltered
(BeanMeta<T> innerMeta, Collection<String> pNames) Wrapper constructor.BeanProxyInvocationHandler
(BeanMeta<T> meta) Constructs with the specifiedBeanMeta
.ExtendedBeanMeta
(BeanMeta<?> bm) Constructor. -
Uses of BeanMeta in org.apache.juneau.internal
Methods in org.apache.juneau.internal that return BeanMeta -
Uses of BeanMeta in org.apache.juneau.xml
Methods in org.apache.juneau.xml with parameters of type BeanMetaModifier and TypeMethodDescriptionXmlMetaProvider.getXmlBeanMeta
(BeanMeta<?> bm) Returns the language-specific metadata on the specified bean.XmlParser.getXmlBeanMeta
(BeanMeta<?> bm) protected XmlBeanMeta
XmlParserSession.getXmlBeanMeta
(BeanMeta<?> bm) Returns the language-specific metadata on the specified bean.XmlSerializer.getXmlBeanMeta
(BeanMeta<?> bm) XmlSerializerSession.getXmlBeanMeta
(BeanMeta<?> bm) Returns the language-specific metadata on the specified bean.Constructors in org.apache.juneau.xml with parameters of type BeanMeta