Class PersistentEntityJacksonModule.UriStringDeserializer

java.lang.Object
tools.jackson.databind.ValueDeserializer<T>
tools.jackson.databind.deser.std.StdDeserializer<Object>
org.springframework.data.rest.webmvc.json.PersistentEntityJacksonModule.UriStringDeserializer
All Implemented Interfaces:
NullValueProvider, ValueInstantiator.Gettable
Enclosing class:
PersistentEntityJacksonModule

public static class PersistentEntityJacksonModule.UriStringDeserializer extends StdDeserializer<Object>
Custom StdDeserializer to interpret String values as URIs and resolve them using a UriToEntityConverter.
Author:
Oliver Gierke, Valentin Rentschler