public abstract static class ReadableObjectId.Referring extends Object
| Constructor and Description | 
|---|
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 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
IOExceptionpublic boolean hasId(Object id)
Copyright © 2014–2015 FasterXML. All rights reserved.