public abstract class IdentityDeserializationInfo<T> extends HasDeserializer<T,JsonDeserializer<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
IdentityDeserializationInfo(String propertyName,
Class<?> type,
Class<?> scope) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey |
getIdKey(JsonReader reader,
JsonDeserializationContext ctx) |
String |
getPropertyName() |
com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey |
newIdKey(Object id) |
getDeserializer, newDeserializerpublic String getPropertyName()
public com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey getIdKey(JsonReader reader, JsonDeserializationContext ctx)
public com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey newIdKey(Object id)
Copyright © 2013. All Rights Reserved.