Package | Description |
---|---|
com.jayway.jsonpath.internal.filter |
Modifier and Type | Method and Description |
---|---|
static LogicalOperator |
LogicalOperator.fromString(String operatorString) |
LogicalOperator |
LogicalExpressionNode.getOperator() |
static LogicalOperator |
LogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalOperator[] |
LogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ExpressionNode |
ExpressionNode.createExpressionNode(ExpressionNode right,
LogicalOperator operator,
ExpressionNode left) |
Copyright © 2016. All rights reserved.