Uses of Enum
com.jayway.jsonpath.internal.filter.LogicalOperator
Packages that use LogicalOperator
-
Uses of LogicalOperator in com.jayway.jsonpath.internal.filter
Subclasses with type arguments of type LogicalOperator in com.jayway.jsonpath.internal.filterMethods in com.jayway.jsonpath.internal.filter that return LogicalOperatorModifier and TypeMethodDescriptionstatic LogicalOperatorLogicalOperator.fromString(String operatorString) LogicalExpressionNode.getOperator()static LogicalOperatorReturns 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.Methods in com.jayway.jsonpath.internal.filter with parameters of type LogicalOperatorModifier and TypeMethodDescriptionstatic ExpressionNodeExpressionNode.createExpressionNode(ExpressionNode right, LogicalOperator operator, ExpressionNode left)