Uses of Class
org.springframework.data.rest.webmvc.json.JsonSchema.Definitions
Packages that use JsonSchema.Definitions
-
Uses of JsonSchema.Definitions in org.springframework.data.rest.webmvc.json
Methods in org.springframework.data.rest.webmvc.json that return JsonSchema.DefinitionsConstructors in org.springframework.data.rest.webmvc.json with parameters of type JsonSchema.DefinitionsModifierConstructorDescriptionJsonSchema
(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
.