public abstract static class ReadableObjectId.Referring extends Object
Constructor and Description |
---|
ReadableObjectId.Referring(UnresolvedForwardReference ref,
Class<?> beanType) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getBeanType() |
com.fasterxml.jackson.core.JsonLocation |
getLocation() |
abstract void |
handleResolvedForwardReference(Object id,
Object value) |
boolean |
hasId(Object id) |
public ReadableObjectId.Referring(UnresolvedForwardReference ref, Class<?> beanType)
public com.fasterxml.jackson.core.JsonLocation getLocation()
public Class<?> getBeanType()
public abstract void handleResolvedForwardReference(Object id, Object value) throws IOException
IOException
public boolean hasId(Object id)
Copyright © 2014-2015 FasterXML. All Rights Reserved.