Class RegexOperator<T>

java.lang.Object
de.telekom.jsonfilter.operator.comparison.ComparisonOperator<T>
de.telekom.jsonfilter.operator.comparison.RegexOperator<T>
All Implemented Interfaces:
Operator

public class RegexOperator<T> extends ComparisonOperator<T>
  • Constructor Details

    • RegexOperator

      public RegexOperator(String jsonPath, T expectedValue)
      Parameters:
      jsonPath - Given path
      expectedValue - is the Regex that the value at jsonPath is validated against
  • Method Details