Package org.apache.juneau
Class ExtendedBeanMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedBeanMeta
- Direct Known Subclasses:
- XmlBeanMeta
Defines extended language-specific metadata associated with a bean.
 
See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected BeanMeta<?>Returns the bean metadata that was passed into the constructor.
- 
Constructor Details- 
ExtendedBeanMetaConstructor.- Parameters:
- bm- The metadata of the bean we're extending.
- Throws:
- BeanRuntimeException- If any error occurred trying to construct the metadata.
 
 
- 
- 
Method Details- 
getBeanMetaReturns the bean metadata that was passed into the constructor.- Returns:
- The bean metadata that was passed into the constructor.
 
 
-