Package 

Interface JSONPrimitive

  • All Implemented Interfaces:
    io.kjson.JSONValue

    
    public interface JSONPrimitive<T extends Object>
     implements JSONValue
                        

    A sealed interface to specify the JSONValue classes that represent primitive values (that is, not structures).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract T getValue()
      • Methods inherited from class io.kjson.JSONValue

        appendTo, coOutput, output, toJSON
      • Methods inherited from class java.lang.Object

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