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 Summary
-
Method Summary
Methods inherited from class org.apache.juneau.ExtendedClassMeta
getClassMeta, getInnerClass
-
Constructor Details
-
UonClassMeta
Constructor.- Parameters:
cm
- The class that this annotation is defined on.mp
- Uon metadata provider (for finding information about other artifacts).
-