| Package | Description |
|---|---|
| io.burt.jmespath.node |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.fromString(String str) |
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <U> Node<U> |
ComparisonNode.create(Adapter<U> runtime,
Operator operator,
Expression<U> left,
Expression<U> right) |
Node<T> |
StandardNodeFactory.createComparison(Operator operator,
Expression<T> left,
Expression<T> right) |
Node<T> |
NodeFactory.createComparison(Operator operator,
Expression<T> left,
Expression<T> right) |
Copyright © 2016–2021. All rights reserved.