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 |
|---|
PatternNode(Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
ValueNode.PatternNode |
asPatternNode() |
boolean |
equals(Object o) |
Pattern |
getCompiledPattern() |
boolean |
isPatternNode() |
String |
toString() |
Class<?> |
type(Predicate.PredicateContext ctx) |
asBooleanNode, asClassNode, asJsonNode, asNullNode, asNumberNode, asPathNode, asPredicateNode, asStringNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isNumberNode, isPathNode, isPredicateNode, isStringNode, isUndefinedNode, isValueListNode, toValueNodepublic PatternNode(Pattern pattern)
public Pattern getCompiledPattern()
public Class<?> type(Predicate.PredicateContext ctx)
public boolean isPatternNode()
isPatternNode in class ValueNodepublic ValueNode.PatternNode asPatternNode()
asPatternNode in class ValueNodeCopyright © 2016. All rights reserved.