Class LogicOperator
java.lang.Object
de.telekom.jsonfilter.operator.logic.LogicOperator
- All Implemented Interfaces:
Operator
- Direct Known Subclasses:
AndOperator,OrOperator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Operatorinstantiate(LogicOperatorEnum operator, List<Operator> operatorList) validate()Validates the operator(-chain).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.telekom.jsonfilter.operator.Operator
evaluate, getOperator