Class GreaterThanOperator<T>

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

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

    • GreaterThanOperator

      public GreaterThanOperator(String jsonPath, T expectedValue)