Uses of Class
org.apache.juneau.BeanMeta
Packages that use BeanMeta
- 
Uses of BeanMeta in org.apache.juneauSubclasses of BeanMeta in org.apache.juneauModifier and TypeClassDescriptionclassSame asBeanMeta, except the list of bean properties are limited by a@Beanp(properties)annotation.Fields in org.apache.juneau declared as BeanMetaModifier and TypeFieldDescriptionBeanMap.metaThe 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 theBeanMetaclass 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 theBeanMetaclass for the specified class.ClassMeta.getBeanMeta()Returns theBeanMetaassociated 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.BuilderCreates a builder forBeanPropertyMeta(org.apache.juneau.BeanPropertyMeta.Builder)objects.Constructors in org.apache.juneau with parameters of type BeanMetaModifierConstructorDescriptionprotectedBeanMap(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.internalMethods in org.apache.juneau.internal that return BeanMeta
- 
Uses of BeanMeta in org.apache.juneau.xmlMethods 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 XmlBeanMetaXmlParserSession.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