Class OpenApiClassMeta


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

    • OpenApiClassMeta

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