Package com.github.erosb.jsonsKema
Class JsonValue
-
- All Implemented Interfaces:
-
com.github.erosb.jsonsKema.IJsonValue
public abstract class JsonValue implements IJsonValue
-
-
Field Summary
Fields Modifier and Type Field Description private final SourceLocationlocation
-
Constructor Summary
Constructors Constructor Description JsonValue(SourceLocation location)
-
Method Summary
Modifier and Type Method Description SourceLocationgetLocation()Booleanequals(Object other)final IntegerhashCode()final StringtoString()-
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
-
JsonValue
JsonValue(SourceLocation location)
-
-
Method Detail
-
getLocation
SourceLocation getLocation()
-
-
-
-