public final class JsonBoolean extends JsonValue
| Modifier and Type | Method and Description |
|---|---|
boolean |
getValue()
Gets a boolean value wrapped into this
JsonBoolean. |
static JsonBoolean |
of(boolean value)
Gets
JsonBoolean representing input boolean value. |
public static JsonBoolean of(boolean value)
JsonBoolean representing input boolean value.value - boolean valueJsonBoolean representing input boolean valuepublic boolean getValue()
JsonBoolean.Copyright © 1998–2026 Apryse Group NV. All rights reserved.