Package com.github.erosb.jsonsKema
Interface IJsonNull
-
- All Implemented Interfaces:
-
com.github.erosb.jsonsKema.IJsonValue
public interface IJsonNull implements IJsonValue
-
-
Method Summary
Modifier and Type Method Description StringjsonTypeAsString()IJsonNullrequireNull()<P extends Any> Paccept(JsonVisitor<P> visitor)-
Methods inherited from class com.github.erosb.jsonsKema.IJsonValue
getLocation, 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
-
-
Method Detail
-
jsonTypeAsString
String jsonTypeAsString()
-
requireNull
IJsonNull requireNull()
-
accept
<P extends Any> P accept(JsonVisitor<P> visitor)
-
-
-
-