java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.deser.UnresolvedId

public class UnresolvedId extends Object
Helper class for UnresolvedForwardReference, to contain information about unresolved ids.
  • 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