Class ReadableObjectId.Referring

java.lang.Object
tools.jackson.databind.deser.ReadableObjectId.Referring
Direct Known Subclasses:
ObjectIdReferenceProperty.PropertyReferring
Enclosing class:
ReadableObjectId

public abstract static class ReadableObjectId.Referring extends Object
  • Constructor Details

  • Method Details

    • getLocation

      public tools.jackson.core.TokenStreamLocation getLocation()
    • getBeanType

      public Class<?> getBeanType()
    • handleResolvedForwardReference

      public abstract void handleResolvedForwardReference(DeserializationContext ctxt, Object id, Object value) throws tools.jackson.core.JacksonException
      Throws:
      tools.jackson.core.JacksonException
    • hasId

      public boolean hasId(Object id)