Uses of Class
org.springframework.data.rest.webmvc.json.JsonSchema.Definitions
-
Uses of JsonSchema.Definitions in org.springframework.data.rest.webmvc.json
ModifierConstructorDescriptionJsonSchema
(String title, String description, Collection<org.springframework.data.rest.webmvc.json.JsonSchema.AbstractJsonSchemaProperty<?>> properties, JsonSchema.Definitions definitions) Creates a newJsonSchema
instance for the given title, description,JsonSchema.AbstractJsonSchemaProperty
s andJsonSchema.Definitions
.