Class JsonText

  • All Implemented Interfaces:
    org.dmfs.jems2.Fragile<java.lang.String,​java.lang.RuntimeException>, org.dmfs.jems2.Single<java.lang.String>

    public final class JsonText
    extends java.lang.Object
    implements org.dmfs.jems2.Single<java.lang.String>
    JSON text representation of a JsonValue.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonText​(JsonValue jsonValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String value()  
      • Methods inherited from class java.lang.Object

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

      • JsonText

        public JsonText​(JsonValue jsonValue)
    • Method Detail

      • value

        public java.lang.String value()
        Specified by:
        value in interface org.dmfs.jems2.Fragile<java.lang.String,​java.lang.RuntimeException>
        Specified by:
        value in interface org.dmfs.jems2.Single<java.lang.String>