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

  • Method Details

    • getId

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

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

      public JsonLocation getLocation()
    • toString

      public String toString()
      Overrides:
      toString in class Object