ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.caseSensitive()
Sets ignores case to false.
|
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatchers.caseSensitive()
|
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.contains()
|
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatchers.contains()
|
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.endsWith()
|
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatchers.endsWith()
|
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.exact()
|
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatchers.exact()
|
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.ignoreCase()
Sets ignores case to true.
|
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatchers.ignoreCase()
|
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.ignoreCase(boolean ignoreCase)
Sets ignores case to ignoreCase .
|
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.of(ExampleMatcher.StringMatcher stringMatcher)
|
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.of(ExampleMatcher.StringMatcher stringMatcher,
boolean ignoreCase)
|
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.regex()
|
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatchers.regex()
|
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.startsWith()
|
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatchers.startsWith()
|
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.storeDefaultMatching()
|
static ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatchers.storeDefaultMatching()
|
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.stringMatcher(ExampleMatcher.StringMatcher stringMatcher)
Sets string matcher to stringMatcher .
|
ExampleMatcher.GenericPropertyMatcher |
ExampleMatcher.GenericPropertyMatcher.transform(ExampleMatcher.PropertyValueTransformer propertyValueTransformer)
|