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.filterFields in com.jayway.jsonpath.internal.filter declared as LogicalOperatorMethods in com.jayway.jsonpath.internal.filter that return LogicalOperatorModifier and TypeMethodDescriptionstatic LogicalOperatorLogicalOperator.fromString(String operatorString) LogicalExpressionNode.getOperator()private LogicalOperatorFilterCompiler.readLogicalOperator()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) Constructors in com.jayway.jsonpath.internal.filter with parameters of type LogicalOperatorModifierConstructorDescriptionprivateLogicalExpressionNode(ExpressionNode left, LogicalOperator operator, ExpressionNode right)