ValueNode.BooleanNode, ValueNode.ClassNode, ValueNode.JsonNode, ValueNode.NullNode, ValueNode.NumberNode, ValueNode.PathNode, ValueNode.PatternNode, ValueNode.PredicateNode, ValueNode.StringNode, ValueNode.UndefinedNode, ValueNode.ValueListNode
Constructor and Description |
---|
PredicateNode(Predicate predicate) |
Modifier and Type | Method and Description |
---|---|
ValueNode.PredicateNode |
asPredicateNode() |
boolean |
equals(Object o) |
Predicate |
getPredicate() |
boolean |
isPredicateNode() |
String |
toString() |
Class<?> |
type(Predicate.PredicateContext ctx) |
asBooleanNode, asClassNode, asJsonNode, asNullNode, asNumberNode, asPathNode, asPatternNode, asStringNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isNumberNode, isPathNode, isPatternNode, isStringNode, isUndefinedNode, isValueListNode, toValueNode
public PredicateNode(Predicate predicate)
public Predicate getPredicate()
public ValueNode.PredicateNode asPredicateNode()
asPredicateNode
in class ValueNode
public Class<?> type(Predicate.PredicateContext ctx)
public boolean isPredicateNode()
isPredicateNode
in class ValueNode
Copyright © 2021. All rights reserved.