Package org.apache.juneau.jsonschema
Class JsonSchemaClassMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedClassMeta
org.apache.juneau.jsonschema.JsonSchemaClassMeta
Metadata on classes specific to the JSON-Schema serializer and pulled from the 
@Schema annotation on
 the class.
 See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionJsonSchemaClassMeta(ClassMeta<?> cm, JsonSchemaMetaProvider mp) Constructor.
- 
Method SummaryMethods inherited from class org.apache.juneau.ExtendedClassMetagetClassMeta, getInnerClass
- 
Constructor Details- 
JsonSchemaClassMetaConstructor.- Parameters:
- cm- The class that this annotation is defined on.
- mp- JSON-schema metadata provider (for finding information about other artifacts).
 
 
- 
- 
Method Details- 
getSchemaReturns the@Schemaannotation defined on the class.- Returns:
- The value of the annotation, or null if not specified.
 
 
-