Package org.apache.juneau.uon
Class UonClassMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedClassMeta
org.apache.juneau.uon.UonClassMeta
Metadata on classes specific to the UON serializers and parsers pulled from the 
@Uon annotation on
 the class.
 See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.juneau.ExtendedClassMetagetClassMeta, getInnerClass
- 
Constructor Details- 
UonClassMetaConstructor.- Parameters:
- cm- The class that this annotation is defined on.
- mp- Uon metadata provider (for finding information about other artifacts).
 
 
-