Package org.apache.juneau
Class ExtendedBeanPropertyMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedBeanPropertyMeta
- Direct Known Subclasses:
CsvBeanPropertyMeta
,HtmlBeanPropertyMeta
,JsonBeanPropertyMeta
,JsonSchemaBeanPropertyMeta
,MsgPackBeanPropertyMeta
,OpenApiBeanPropertyMeta
,PlainTextBeanPropertyMeta
,SoapXmlBeanPropertyMeta
,UonBeanPropertyMeta
,UrlEncodingBeanPropertyMeta
,XmlBeanPropertyMeta
Defines extended language-specific metadata associated with a bean property.
See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected BeanPropertyMeta
Returns the bean property metadata that was passed into the constructor.
-
Constructor Details
-
ExtendedBeanPropertyMeta
Constructor.- Parameters:
bpm
- The metadata of the bean property we're extending.- Throws:
BeanRuntimeException
- If any error occurred trying to construct the metadata.
-
-
Method Details
-
getBeanPropertyMeta
Returns the bean property metadata that was passed into the constructor.- Returns:
- The bean property metadata that was passed into the constructor.
-