Uses of Class
org.springframework.data.rest.webmvc.json.JsonSchema.JsonSchemaProperty
Packages that use JsonSchema.JsonSchemaProperty
-
Uses of JsonSchema.JsonSchemaProperty in org.springframework.data.rest.webmvc.json
Subclasses of JsonSchema.JsonSchemaProperty in org.springframework.data.rest.webmvc.jsonModifier and TypeClassDescriptionstatic class
AJsonSchema.JsonSchemaProperty
representing enumerations.Methods in org.springframework.data.rest.webmvc.json that return JsonSchema.JsonSchemaPropertyModifier and TypeMethodDescriptionJsonSchema.JsonSchemaProperty.asAssociation()
Turns the currentJsonSchema.JsonSchemaProperty
into an association.JacksonSerializers.EnumTranslatingSerializer.customize
(JsonSchema.JsonSchemaProperty property, org.springframework.data.util.TypeInformation<?> type) JsonSchemaPropertyCustomizer.customize
(JsonSchema.JsonSchemaProperty property, org.springframework.data.util.TypeInformation<?> type) Returns the customizedJsonSchema.JsonSchemaProperty
based on the given one and the given type.JsonSchema.JsonSchemaProperty.with
(org.springframework.data.util.TypeInformation<?> type) Configures theJsonSchema.JsonSchemaProperty
to reflect the given type.JsonSchema.JsonSchemaProperty.withFormat
(JsonSchemaFormat format) Configures the givenJsonSchemaFormat
to be exposed on the currentJsonSchema.JsonSchemaProperty
.JsonSchema.JsonSchemaProperty.withPattern
(Pattern pattern) Configures theJsonSchema.JsonSchemaProperty
to require the givenPattern
.Configures theJsonSchema.JsonSchemaProperty
to require the given regular expression as pattern.Configures theJsonSchema.JsonSchemaProperty
to reflect the given type.Methods in org.springframework.data.rest.webmvc.json with parameters of type JsonSchema.JsonSchemaPropertyModifier and TypeMethodDescriptionJacksonSerializers.EnumTranslatingSerializer.customize
(JsonSchema.JsonSchemaProperty property, org.springframework.data.util.TypeInformation<?> type) JsonSchemaPropertyCustomizer.customize
(JsonSchema.JsonSchemaProperty property, org.springframework.data.util.TypeInformation<?> type) Returns the customizedJsonSchema.JsonSchemaProperty
based on the given one and the given type.