Interface | Description |
---|---|
JsonSchemaPropertyCustomizer |
Callback interface to customize the
JsonSchema.JsonSchemaProperty created by default for a given type. |
Class | Description |
---|---|
DomainObjectReader |
Component to apply an
ObjectNode to an existing domain object. |
EnumTranslator |
Configuration to tweak enum serialization.
|
Jackson2DatatypeHelper |
Helper class to register datatype modules based on their presence in the classpath.
|
JacksonMetadata |
Value object to abstract Jackson based bean metadata of a given type.
|
JacksonSerializers |
Custom Spring Data REST Jackson serializers.
|
JacksonSerializers.EnumTranslatingDeserializer |
Enum deserializer that uses a resource bundle to resolve enum values.
|
JacksonSerializers.EnumTranslatingSerializer |
An enum serializer to translate raw enum values into values resolved through a resource bundle.
|
JsonSchema |
Model class to render JSON schema documents.
|
JsonSchema.Definitions |
Value object to abstract a
Map of JSON Schema definitions. |
JsonSchema.EnumProperty |
A
JsonSchema.JsonSchemaProperty representing enumerations. |
JsonSchema.JsonSchemaProperty |
A JSON Schema property
|
PersistentEntityJackson2Module |
Jackson 2 module to serialize and deserialize
PersistentEntityResource s. |
PersistentEntityJackson2Module.AssociationUriResolvingDeserializerModifier |
A
BeanDeserializerModifier that registers a custom UriStringDeserializer for association properties
of PersistentEntity s. |
PersistentEntityToJsonSchemaConverter |
Converter to create
JsonSchema instances for PersistentEntity s. |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.