Class RegexOperator<T>
java.lang.Object
de.telekom.jsonfilter.operator.comparison.ComparisonOperator<T>
de.telekom.jsonfilter.operator.comparison.RegexOperator<T>
- All Implemented Interfaces:
Operator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.telekom.jsonfilter.operator.comparison.ComparisonOperator
evaluate, getActualValue, getActualValues, instantiateMethods 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
-
RegexOperator
- Parameters:
jsonPath- Given pathexpectedValue- is the Regex that the value at jsonPath is validated against
-
-
Method Details