public class FilterVarchar<T> extends FilterBase<T> implements MatchContentFilterable<T>
modifiers| Constructor and Description |
|---|
FilterVarchar(AbstractFilter filter,
List<Filter> filters,
T originalRequest) |
| Modifier and Type | Method and Description |
|---|---|
T |
contains(String value) |
T |
doesNotContain(String value) |
T |
doesNotEndWith(String value) |
T |
doesNotStartWith(String value) |
T |
endsWith(String value) |
T |
is(String value) |
T |
isNot(String value) |
T |
startsWith(String value) |
public FilterVarchar(AbstractFilter filter, List<Filter> filters, T originalRequest)
public T is(String value)
is in interface MatchContentFilterable<T>public T isNot(String value)
isNot in interface MatchContentFilterable<T>public T contains(String value)
contains in interface MatchContentFilterable<T>public T doesNotContain(String value)
doesNotContain in interface MatchContentFilterable<T>public T startsWith(String value)
startsWith in interface MatchContentFilterable<T>public T doesNotStartWith(String value)
doesNotStartWith in interface MatchContentFilterable<T>public T endsWith(String value)
endsWith in interface MatchContentFilterable<T>public T doesNotEndWith(String value)
doesNotEndWith in interface MatchContentFilterable<T>Copyright © 2019. All rights reserved.