Package org.apache.juneau.json
Class JsonBeanPropertyMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedBeanPropertyMeta
org.apache.juneau.json.JsonBeanPropertyMeta
Metadata on bean properties specific to the JSON serializers and parsers pulled from the 
@Json
 annotation on the bean property.
 See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor.
- 
Method SummaryMethods inherited from class org.apache.juneau.ExtendedBeanPropertyMetagetBeanPropertyMeta
- 
Field Details- 
DEFAULTDefault instance.
 
- 
- 
Constructor Details- 
JsonBeanPropertyMetaConstructor.- Parameters:
- bpm- The metadata of the bean property of this additional metadata.
- mp- JSON metadata provider (for finding information about other artifacts).
 
 
-