Class JSONReference


  • class JSONReference
    extends java.lang.Object
    A class that serves as a placeholder for circular references between objects.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object idObject
      The id object.
    • Constructor Summary

      Constructors 
      Constructor Description
      JSONReference​(java.lang.Object idObject)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • idObject

        java.lang.Object idObject
        The id object.
    • Constructor Detail

      • JSONReference

        public JSONReference​(java.lang.Object idObject)
        Constructor.
        Parameters:
        idObject - the id object