Hierarchy For Package de.telekom.jsonfilter.operator.comparison
Class Hierarchy
- java.lang.Object
- de.telekom.jsonfilter.operator.comparison.ComparisonOperator<T> (implements de.telekom.jsonfilter.operator.Operator)
- de.telekom.jsonfilter.operator.comparison.ContainsOperator<T>
- de.telekom.jsonfilter.operator.comparison.EqualsOperator<T>
- de.telekom.jsonfilter.operator.comparison.GreaterEqualOperator<T>
- de.telekom.jsonfilter.operator.comparison.GreaterThanOperator<T>
- de.telekom.jsonfilter.operator.comparison.InOperator<T>
- de.telekom.jsonfilter.operator.comparison.LessEqualOperator<T>
- de.telekom.jsonfilter.operator.comparison.LessThanOperator<T>
- de.telekom.jsonfilter.operator.comparison.NotContainsOperator<T>
- de.telekom.jsonfilter.operator.comparison.NotEqualsOperator<T>
- de.telekom.jsonfilter.operator.comparison.RegexOperator<T>
- de.telekom.jsonfilter.operator.comparison.ComparisonOperator<T> (implements de.telekom.jsonfilter.operator.Operator)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- de.telekom.jsonfilter.operator.comparison.ComparisonOperatorEnum (implements de.telekom.jsonfilter.operator.OperatorEnum)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)