Package | Description |
---|---|
org.springframework.data.rest.webmvc.json |
Modifier and Type | Class and Description |
---|---|
static class |
JsonSchema.EnumProperty
A
JsonSchema.JsonSchemaProperty representing enumerations. |
Modifier and Type | Method and Description |
---|---|
JsonSchema.JsonSchemaProperty |
JsonSchema.JsonSchemaProperty.asAssociation()
Turns the current
JsonSchema.JsonSchemaProperty into an association. |
JsonSchema.JsonSchemaProperty |
JsonSchemaPropertyCustomizer.customize(JsonSchema.JsonSchemaProperty property,
TypeInformation<?> type)
Returns the customized
JsonSchema.JsonSchemaProperty based on the given one and the given type. |
JsonSchema.JsonSchemaProperty |
JacksonSerializers.EnumTranslatingSerializer.customize(JsonSchema.JsonSchemaProperty property,
TypeInformation<?> type) |
JsonSchema.JsonSchemaProperty |
JsonSchema.JsonSchemaProperty.with(TypeInformation<?> type)
Configures the
JsonSchema.JsonSchemaProperty to reflect the given type. |
JsonSchema.JsonSchemaProperty |
JsonSchema.JsonSchemaProperty.withFormat(JsonSchemaFormat format)
Configures the given
JsonSchemaFormat to be exposed on the current JsonSchema.JsonSchemaProperty . |
JsonSchema.JsonSchemaProperty |
JsonSchema.JsonSchemaProperty.withPattern(Pattern pattern)
Configures the
JsonSchema.JsonSchemaProperty to require the given Pattern . |
JsonSchema.JsonSchemaProperty |
JsonSchema.JsonSchemaProperty.withRegex(String regex)
Configures the
JsonSchema.JsonSchemaProperty to require the given regular expression as pattern. |
JsonSchema.JsonSchemaProperty |
JsonSchema.JsonSchemaProperty.withType(Class<?> type)
Configures the
JsonSchema.JsonSchemaProperty to reflect the given type. |
Modifier and Type | Method and Description |
---|---|
JsonSchema.JsonSchemaProperty |
JsonSchemaPropertyCustomizer.customize(JsonSchema.JsonSchemaProperty property,
TypeInformation<?> type)
Returns the customized
JsonSchema.JsonSchemaProperty based on the given one and the given type. |
JsonSchema.JsonSchemaProperty |
JacksonSerializers.EnumTranslatingSerializer.customize(JsonSchema.JsonSchemaProperty property,
TypeInformation<?> type) |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.