public class JsonBoolean extends JsonValue
| Modifier | Constructor and Description |
|---|---|
protected |
JsonBoolean() |
| Modifier and Type | Method and Description |
|---|---|
static JsonBoolean |
create(boolean bool) |
boolean |
getBoolean() |
asBoolean, asNumber, asString, getType, jsEquals, toJson, toNativepublic static JsonBoolean create(boolean bool)
public final boolean getBoolean()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.