Class AndOperator
java.lang.Object
de.telekom.jsonfilter.operator.logic.LogicOperator
de.telekom.jsonfilter.operator.logic.AndOperator
- All Implemented Interfaces:
Operator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEvaluates a given JSON-payload against the operator(-chain).Methods inherited from class de.telekom.jsonfilter.operator.logic.LogicOperator
instantiate, validateMethods 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
getOperator
-
Constructor Details
-
AndOperator
-
-
Method Details
-
evaluate
Description copied from interface:OperatorEvaluates a given JSON-payload against the operator(-chain).- Parameters:
json- The JSON-payload that should be evaluated.- Returns:
- A EvaluationResult that describes the result of the evaluation.
-