Class UnresolvedId


  • public class UnresolvedId
    extends java.lang.Object
    Helper class for UnresolvedForwardReference, to contain information about unresolved ids.
    • Constructor Summary

      Constructors 
      Constructor Description
      UnresolvedId​(java.lang.Object id, java.lang.Class<?> type, JsonLocation where)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getId()
      The id which is unresolved.
      JsonLocation getLocation()  
      java.lang.Class<?> getType()
      The type of object which was expected.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnresolvedId

        public UnresolvedId​(java.lang.Object id,
                            java.lang.Class<?> type,
                            JsonLocation where)
    • Method Detail

      • getId

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object