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 classAJsonSchema.JsonSchemaPropertyrepresenting enumerations.Methods in org.springframework.data.rest.webmvc.json that return JsonSchema.JsonSchemaPropertyModifier and TypeMethodDescriptionJsonSchema.JsonSchemaProperty.asAssociation()Turns the currentJsonSchema.JsonSchemaPropertyinto 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.JsonSchemaPropertybased on the given one and the given type.JsonSchema.JsonSchemaProperty.with(org.springframework.data.util.TypeInformation<?> type) Configures theJsonSchema.JsonSchemaPropertyto reflect the given type.JsonSchema.JsonSchemaProperty.withFormat(JsonSchemaFormat format) Configures the givenJsonSchemaFormatto be exposed on the currentJsonSchema.JsonSchemaProperty.JsonSchema.JsonSchemaProperty.withPattern(Pattern pattern) Configures theJsonSchema.JsonSchemaPropertyto require the givenPattern.Configures theJsonSchema.JsonSchemaPropertyto require the given regular expression as pattern.Configures theJsonSchema.JsonSchemaPropertyto 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.JsonSchemaPropertybased on the given one and the given type.