Class JsonSchema.EnumProperty

java.lang.Object
org.springframework.data.rest.webmvc.json.JsonSchema.JsonSchemaProperty
org.springframework.data.rest.webmvc.json.JsonSchema.EnumProperty
Enclosing class:
JsonSchema

public static class JsonSchema.EnumProperty extends JsonSchema.JsonSchemaProperty
A JsonSchema.JsonSchemaProperty representing enumerations. Will cause all valid values to be rendered in a nested enum property.
Since:
2.3
Author:
Oliver Gierke