Class AndOperator

java.lang.Object
de.telekom.jsonfilter.operator.logic.LogicOperator
de.telekom.jsonfilter.operator.logic.AndOperator
All Implemented Interfaces:
Operator

public class AndOperator extends LogicOperator
  • Constructor Details

    • AndOperator

      public AndOperator(List<Operator> operatorList)
  • Method Details

    • evaluate

      public EvaluationResult evaluate(String json)
      Description copied from interface: Operator
      Evaluates 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.