Package com.itextpdf.commons.json
Class JsonBoolean
java.lang.Object
com.itextpdf.commons.json.JsonValue
com.itextpdf.commons.json.JsonBoolean
Class representing json boolean value.
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()Gets a boolean value wrapped into thisJsonBoolean.static JsonBooleanof(boolean value) GetsJsonBooleanrepresenting input boolean value.
-
Method Details
-
of
GetsJsonBooleanrepresenting input boolean value.- Parameters:
-
value- boolean value - Returns:
-
JsonBooleanrepresenting input boolean value
-
getValue
public boolean getValue()Gets a boolean value wrapped into thisJsonBoolean.- Returns:
- a boolean value
-