Class JsonSchemaBeanPropertyMeta

java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedBeanPropertyMeta
org.apache.juneau.jsonschema.JsonSchemaBeanPropertyMeta

Metadata on bean properties specific to the JSON-Schema pulled from the @Schema annotation on the bean property.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getSchema

      protected JsonMap getSchema()
      Returns the schema information gathered from all the @Schema annotations on the bean property.
      Returns:
      The schema information as a generic map. Never null.