public static class ValueNodes.JsonNode extends ValueNode
| Modifier and Type | Method and Description |
|---|---|
ValueNodes.JsonNode |
asJsonNode() |
ValueNode |
asValueListNode(Predicate.PredicateContext ctx) |
boolean |
equals(Object o) |
boolean |
equals(ValueNodes.JsonNode jsonNode,
Predicate.PredicateContext ctx) |
Object |
getJson() |
boolean |
isArray(Predicate.PredicateContext ctx) |
boolean |
isEmpty(Predicate.PredicateContext ctx) |
boolean |
isJsonNode() |
boolean |
isMap(Predicate.PredicateContext ctx) |
boolean |
isParsed() |
int |
length(Predicate.PredicateContext ctx) |
Object |
parse(Predicate.PredicateContext ctx) |
String |
toString() |
Class<?> |
type(Predicate.PredicateContext ctx) |
asBooleanNode, asClassNode, asNullNode, asNumberNode, asOffsetDateTimeNode, asPathNode, asPatternNode, asPredicateNode, asStringNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createOffsetDateTimeNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isNullNode, isNumberNode, isOffsetDateTimeNode, isPathNode, isPatternNode, isPredicateNode, isStringNode, isUndefinedNode, isValueListNode, toValueNodepublic Class<?> type(Predicate.PredicateContext ctx)
public boolean isJsonNode()
isJsonNode in class ValueNodepublic ValueNodes.JsonNode asJsonNode()
asJsonNode in class ValueNodepublic ValueNode asValueListNode(Predicate.PredicateContext ctx)
public Object parse(Predicate.PredicateContext ctx)
public boolean isParsed()
public Object getJson()
public boolean isArray(Predicate.PredicateContext ctx)
public boolean isMap(Predicate.PredicateContext ctx)
public int length(Predicate.PredicateContext ctx)
public boolean isEmpty(Predicate.PredicateContext ctx)
public boolean equals(ValueNodes.JsonNode jsonNode, Predicate.PredicateContext ctx)
Copyright © 2025. All rights reserved.