Package org.apache.juneau.msgpack
Class MsgPackClassMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedClassMeta
org.apache.juneau.msgpack.MsgPackClassMeta
Metadata on classes specific to the MessagePack serializers and parsers pulled from the
@MsgPack
annotation on
the class.
See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.juneau.ExtendedClassMeta
getClassMeta, getInnerClass
-
Constructor Details
-
MsgPackClassMeta
Constructor.- Parameters:
cm
- The class that this annotation is defined on.mp
- MessagePack metadata provider (for finding information about other artifacts).
-