Class UnresolvedId

java.lang.Object
tools.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, tools.jackson.core.TokenStreamLocation 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 tools.jackson.core.TokenStreamLocation getLocation()
    • descForException

      public String descForException()
    • toString

      public String toString()
      Overrides:
      toString in class Object