Package com.github.erosb.jsonsKema
Class JsonString
-
- All Implemented Interfaces:
-
com.github.erosb.jsonsKema.IJsonString,com.github.erosb.jsonsKema.IJsonValue
public final class JsonString extends JsonValue implements IJsonString
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringvalueprivate final SourceLocationlocation
-
Constructor Summary
Constructors Constructor Description JsonString(String value, SourceLocation location)
-
Method Summary
Modifier and Type Method Description StringgetValue()SourceLocationgetLocation()Booleanequals(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
-
-
Constructor Detail
-
JsonString
JsonString(String value, SourceLocation location)
-
-
Method Detail
-
getLocation
SourceLocation getLocation()
-
-
-
-