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