Package rsp.util.json
Class JsonDataType.Boolean
- java.lang.Object
-
- rsp.util.json.JsonDataType.Boolean
-
- All Implemented Interfaces:
JsonDataType
- Enclosing interface:
- JsonDataType
public static final class JsonDataType.Boolean extends Object implements JsonDataType
A boolean JSON data type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface rsp.util.json.JsonDataType
JsonDataType.Array, JsonDataType.Boolean, JsonDataType.Null, JsonDataType.Number, JsonDataType.Object, JsonDataType.String
-
-
Constructor Summary
Constructors Constructor Description Boolean(boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()booleanvalue()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface rsp.util.json.JsonDataType
toStringValue
-
-