R - root criteria typepublic interface StringMatcher<R> extends ComparableMatcher<R,String>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StringMatcher.Self |
static interface |
StringMatcher.Template<R> |
ComparableMatcher.AggregationTemplate<V>| Modifier and Type | Method and Description |
|---|---|
default R |
contains(CharSequence other) |
static <R> CriteriaCreator<R> |
creator() |
default R |
endsWith(CharSequence suffix) |
default R |
hasLength(int length) |
default R |
isEmpty() |
default R |
matches(Pattern regex) |
default R |
notEmpty() |
default R |
startsWith(CharSequence prefix) |
default StringMatcher<R> |
toLowerCase() |
default StringMatcher<R> |
toUpperCase() |
atLeast, atMost, between, greaterThan, lessThanin, in, is, isNot, notIn, notInasc, descdefault R isEmpty()
default R notEmpty()
default StringMatcher<R> toUpperCase()
default StringMatcher<R> toLowerCase()
default R contains(CharSequence other)
default R startsWith(CharSequence prefix)
default R endsWith(CharSequence suffix)
default R hasLength(int length)
static <R> CriteriaCreator<R> creator()
Copyright © 2020 The Immutables.org authors. All rights reserved.