Uses of Enum Class
org.springframework.data.rest.core.config.JsonSchemaFormat
Packages that use JsonSchemaFormat
Package
Description
-
Uses of JsonSchemaFormat in org.springframework.data.rest.core.config
Methods in org.springframework.data.rest.core.config that return JsonSchemaFormatModifier and TypeMethodDescriptionMetadataConfiguration.getSchemaFormatFor
(Class<?> type) Returns theJsonSchemaFormat
to be used for the given type.static JsonSchemaFormat
Returns the enum constant of this class with the specified name.static JsonSchemaFormat[]
JsonSchemaFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.rest.core.config with parameters of type JsonSchemaFormatModifier and TypeMethodDescriptionvoid
MetadataConfiguration.registerJsonSchemaFormat
(JsonSchemaFormat format, Class<?>... types) -
Uses of JsonSchemaFormat in org.springframework.data.rest.webmvc.json
Fields in org.springframework.data.rest.webmvc.json declared as JsonSchemaFormatMethods in org.springframework.data.rest.webmvc.json with parameters of type JsonSchemaFormatModifier and TypeMethodDescriptionJsonSchema.JsonSchemaProperty.withFormat
(JsonSchemaFormat format) Configures the givenJsonSchemaFormat
to be exposed on the currentJsonSchema.JsonSchemaProperty
.