public class PersistentEntityJackson2Module
extends com.fasterxml.jackson.databind.module.SimpleModule
PersistentEntityResource
s.Modifier and Type | Class and Description |
---|---|
static class |
PersistentEntityJackson2Module.AssociationUriResolvingDeserializerModifier
A
BeanDeserializerModifier that registers a custom UriStringDeserializer for association properties
of PersistentEntity s. |
Constructor and Description |
---|
PersistentEntityJackson2Module(ResourceMappings mappings,
PersistentEntities entities,
RepositoryRestConfiguration config,
UriToEntityConverter converter,
org.springframework.hateoas.EntityLinks entityLinks)
Creates a new
PersistentEntityJackson2Module using the given ResourceMappings , Repositories
, RepositoryRestConfiguration and UriToEntityConverter . |
addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, getTypeId, registerSubtypes, registerSubtypes, setAbstractTypes, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setupModule, setValueInstantiators, version
public PersistentEntityJackson2Module(ResourceMappings mappings, PersistentEntities entities, RepositoryRestConfiguration config, UriToEntityConverter converter, org.springframework.hateoas.EntityLinks entityLinks)
PersistentEntityJackson2Module
using the given ResourceMappings
, Repositories
, RepositoryRestConfiguration
and UriToEntityConverter
.mappings
- must not be null.entities
- must not be null.config
- must not be null.converter
- must not be null.Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.