Class JsonString

  • All Implemented Interfaces:
    com.github.erosb.jsonsKema.IJsonString , com.github.erosb.jsonsKema.IJsonValue

    
    public final class JsonString
    extends JsonValue implements IJsonString
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getValue()
      SourceLocation getLocation()
      Boolean equals(Object other)
      • Methods inherited from class com.github.erosb.jsonsKema.JsonValue

        hashCode, toString
      • Methods inherited from class com.github.erosb.jsonsKema.IJsonValue

        accept, jsonTypeAsString, maybeArray, maybeNumber, maybeObject, maybeString, requireArray, requireBoolean, requireInt, requireNull, requireNumber, requireObject, requireString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait