public class IsNotLikeCaseInsensitive extends AbstractSingleValueCondition<String>
value
Modifier | Constructor and Description |
---|---|
protected |
IsNotLikeCaseInsensitive(String value) |
Modifier and Type | Method and Description |
---|---|
static IsNotLikeCaseInsensitive |
empty() |
IsNotLikeCaseInsensitive |
filter(Predicate<? super String> predicate)
If renderable and the value matches the predicate, returns this condition.
|
IsNotLikeCaseInsensitive |
map(UnaryOperator<String> mapper)
If renderable, apply the mapping to the value and return a new condition with the new value.
|
static IsNotLikeCaseInsensitive |
of(String value) |
String |
renderCondition(String columnName,
String placeholder) |
IsNotLikeCaseInsensitive |
then(UnaryOperator<String> mapper)
Deprecated.
replaced by
map(UnaryOperator) |
String |
value() |
IsNotLikeCaseInsensitive |
when(Predicate<String> predicate)
Deprecated.
replaced by
filter(Predicate) |
accept, filterSupport, mapSupport
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
renderingSkipped, shouldRender
protected IsNotLikeCaseInsensitive(String value)
public static IsNotLikeCaseInsensitive empty()
public String renderCondition(String columnName, String placeholder)
renderCondition
in class AbstractSingleValueCondition<String>
public String value()
value
in class AbstractSingleValueCondition<String>
public static IsNotLikeCaseInsensitive of(String value)
@Deprecated public IsNotLikeCaseInsensitive when(Predicate<String> predicate)
filter(Predicate)
predicate
- predicate applied to the value, if renderable@Deprecated public IsNotLikeCaseInsensitive then(UnaryOperator<String> mapper)
map(UnaryOperator)
mapper
- a mapping function to apply to the value, if renderablepublic IsNotLikeCaseInsensitive filter(Predicate<? super String> predicate)
AbstractSingleValueCondition
filter
in class AbstractSingleValueCondition<String>
predicate
- predicate applied to the value, if renderablepublic IsNotLikeCaseInsensitive map(UnaryOperator<String> mapper)
mapper
- a mapping function to apply to the value, if renderableCopyright © 2016–2021 MyBatis.org. All rights reserved.