Class JsonClassMeta


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

    • JsonClassMeta

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