Class MsgPackClassMeta


public class MsgPackClassMeta extends ExtendedClassMeta
Metadata on classes specific to the MessagePack serializers and parsers pulled from the @MsgPack annotation on the class.
See Also:
  • Constructor Details

    • MsgPackClassMeta

      Constructor.
      Parameters:
      cm - The class that this annotation is defined on.
      mp - MessagePack metadata provider (for finding information about other artifacts).