@HashCodeAndEqualsPlugin.Enhance public class StringMatcher extends ElementMatcher.Junction.ForNonNullValues<String>
StringMatcher.Mode
.Modifier and Type | Class and Description |
---|---|
static class |
StringMatcher.Mode
Defines the mode a
StringMatcher compares to strings with. |
ElementMatcher.Junction.AbstractBase<V>, ElementMatcher.Junction.Conjunction<W>, ElementMatcher.Junction.Disjunction<W>, ElementMatcher.Junction.ForNonNullValues<W>
ElementMatcher.Junction<S>
Constructor and Description |
---|
StringMatcher(String value,
StringMatcher.Mode mode)
Creates a new string matcher.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
doMatch(String target)
Matches the supplied value if it was found not to be
null . |
String |
toString() |
matches
and, or
public StringMatcher(String value, StringMatcher.Mode mode)
value
- The value that is the base of the matching.mode
- The mode to apply for matching the given value against the matcher's inputprotected boolean doMatch(String target)
null
.doMatch
in class ElementMatcher.Junction.ForNonNullValues<String>
target
- The instance to be matched.true
if the given element is matched by this matcher or false
otherwise.Copyright © 2014–2024. All rights reserved.