public class BooleanUtils extends Object implements Serializable
| Constructor and Description |
|---|
BooleanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
convertJsonNodeToBoolean(com.fasterxml.jackson.databind.JsonNode node)
See http://docs.jsonata.org/boolean-functions.html#booleanarg
The convertJsonNodeToBoolean method converts the node passed in to a boolean
based on the casting semnatics defined by JSONata.
|
public static boolean convertJsonNodeToBoolean(com.fasterxml.jackson.databind.JsonNode node)
node - The node to convert to a booleanCopyright © 2022. All rights reserved.