Class UnresolvedId

java.lang.Object
com.fasterxml.jackson.databind.deser.UnresolvedId

public class UnresolvedId extends Object
Helper class for UnresolvedForwardReference, to contain information about unresolved ids.
Author:
pgelinas
  • Constructor Details

    • UnresolvedId

      public UnresolvedId(Object id, Class<?> type, com.fasterxml.jackson.core.JsonLocation where)
  • Method Details

    • getId

      public Object getId()
      The id which is unresolved.
    • getType

      public Class<?> getType()
      The type of object which was expected.
    • getLocation

      public com.fasterxml.jackson.core.JsonLocation getLocation()
    • toString

      public String toString()
      Overrides:
      toString in class Object