Package com.github.erosb.jsonsKema
Interface IJsonBoolean
-
- All Implemented Interfaces:
-
com.github.erosb.jsonsKema.IJsonValue
public interface IJsonBoolean implements IJsonValue
-
-
Method Summary
Modifier and Type Method Description StringjsonTypeAsString()IJsonBooleanrequireBoolean()<P extends Any> Paccept(JsonVisitor<P> visitor)abstract BooleangetValue()-
Methods inherited from class com.github.erosb.jsonsKema.IJsonValue
getLocation, maybeArray, maybeNumber, maybeObject, maybeString, requireArray, requireInt, requireNull, 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()
-
requireBoolean
IJsonBoolean requireBoolean()
-
accept
<P extends Any> P accept(JsonVisitor<P> visitor)
-
-
-
-