public final class JsJsonBoolean extends JsJsonValue implements JsonBoolean
Modifier | Constructor and Description |
---|---|
protected |
JsJsonBoolean() |
Modifier and Type | Method and Description |
---|---|
static JsonBoolean |
create(boolean bool) |
boolean |
getBoolean() |
asBoolean, asNumber, asString, getType, jsEquals, toJson, toNative
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static JsonBoolean create(boolean bool)
public boolean getBoolean()
getBoolean
in interface JsonBoolean
Copyright © 2018. All rights reserved.