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.Subclasses with type arguments of type JsonSchema.JsonSchemaProperty in org.springframework.data.rest.webmvc.jsonModifier and TypeClassDescriptionstatic classA JSON Schema propertyMethods in org.springframework.data.rest.webmvc.json that return JsonSchema.JsonSchemaPropertyModifier and TypeMethodDescriptionJsonSchema.JsonSchemaProperty.asAssociation()Turns the currentJsonSchema.JsonSchemaPropertyinto an association.Jackson2Serializers.EnumTranslatingSerializer.customize(JsonSchema.JsonSchemaProperty property, TypeInformation<?> type) JacksonSerializers.EnumTranslatingSerializer.customize(JsonSchema.JsonSchemaProperty property, TypeInformation<?> type) JsonSchemaPropertyCustomizer.customize(JsonSchema.JsonSchemaProperty property, TypeInformation<?> type) Returns the customizedJsonSchema.JsonSchemaPropertybased on the given one and the given type.JsonSchema.JsonSchemaProperty.with(TypeInformation<?> type) Configures theJsonSchema.JsonSchemaPropertyto reflect the given type.JsonSchema.JsonSchemaProperty.withFormat(org.springframework.data.rest.core.config.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 TypeMethodDescriptionJackson2Serializers.EnumTranslatingSerializer.customize(JsonSchema.JsonSchemaProperty property, TypeInformation<?> type) JacksonSerializers.EnumTranslatingSerializer.customize(JsonSchema.JsonSchemaProperty property, TypeInformation<?> type) JsonSchemaPropertyCustomizer.customize(JsonSchema.JsonSchemaProperty property, TypeInformation<?> type) Returns the customizedJsonSchema.JsonSchemaPropertybased on the given one and the given type.