Uses of Class
org.springframework.data.rest.webmvc.json.JsonSchema.JsonSchemaProperty
-
Uses of JsonSchema.JsonSchemaProperty in org.springframework.data.rest.webmvc.json
Modifier and TypeClassDescriptionstatic class
AJsonSchema.JsonSchemaProperty
representing enumerations.Modifier 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.Modifier 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.