public class PersistentEntityJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements InitializingBean
Constructor and Description |
---|
PersistentEntityJackson2Module(ResourceMappings resourceMappings) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
static boolean |
maybeAddAssociationLink(RepositoryLinkBuilder builder,
ResourceMappings mappings,
PersistentProperty<?> persistentProperty,
List<org.springframework.hateoas.Link> links) |
addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, registerSubtypes, registerSubtypes, setAbstractTypes, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setSerializerModifier, setSerializers, setupModule, setValueInstantiators, version
public PersistentEntityJackson2Module(ResourceMappings resourceMappings)
public static boolean maybeAddAssociationLink(RepositoryLinkBuilder builder, ResourceMappings mappings, PersistentProperty<?> persistentProperty, List<org.springframework.hateoas.Link> links)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception