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