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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected BeanMeta<?>
Returns the bean metadata that was passed into the constructor.
-
Constructor Details
-
ExtendedBeanMeta
Constructor.- Parameters:
bm
- The metadata of the bean we're extending.- Throws:
BeanRuntimeException
- If any error occurred trying to construct the metadata.
-
-
Method Details
-
getBeanMeta
Returns the bean metadata that was passed into the constructor.- Returns:
- The bean metadata that was passed into the constructor.
-