Package com.github.erosb.jsonsKema
Class JsonNull
-
-
Field Summary
Fields Modifier and Type Field Description private final SourceLocationlocation
-
Constructor Summary
Constructors Constructor Description JsonNull(SourceLocation location)
-
Method Summary
Modifier and Type Method Description SourceLocationgetLocation()Booleanequals(Object other)-
Methods inherited from class com.github.erosb.jsonsKema.IJsonNull
accept, jsonTypeAsString, requireNull -
Methods inherited from class com.github.erosb.jsonsKema.IJsonValue
maybeArray, maybeNumber, maybeObject, maybeString, requireArray, requireBoolean, requireInt, requireNumber, requireObject, requireString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
JsonNull
JsonNull(SourceLocation location)
-
-
Method Detail
-
getLocation
SourceLocation getLocation()
-
-
-
-