Class OrOperator

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

public class OrOperator extends LogicOperator
  • Constructor Details

    • OrOperator

      public OrOperator(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.