Class JSONValue

    • Constructor Summary

      Constructors 
      Constructor Description
      JSONValue()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void addTo​(JSONTarget<?> target)
      Appends this value to the specified target.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • JSONValue

        JSONValue()
    • Method Detail

      • addTo

        public abstract void addTo​(JSONTarget<?> target)
        Appends this value to the specified target.
        Parameters:
        target - the target
      • toString

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