@HashCodeAndEqualsPlugin.Enhance protected static class LatentMatcher.ForFieldToken.ResolvedMatcher extends ElementMatcher.Junction.ForNonNullValues<FieldDescription>
ElementMatcher.Junction.AbstractBase<V>, ElementMatcher.Junction.Conjunction<W>, ElementMatcher.Junction.Disjunction<W>, ElementMatcher.Junction.ForNonNullValues<W>
ElementMatcher.Junction<S>
Modifier | Constructor and Description |
---|---|
protected |
ResolvedMatcher(FieldDescription.SignatureToken signatureToken)
Creates a new resolved matcher.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
doMatch(FieldDescription target)
Matches the supplied value if it was found not to be
null . |
matches
and, or
protected ResolvedMatcher(FieldDescription.SignatureToken signatureToken)
signatureToken
- The signature token representing the matched field.protected boolean doMatch(FieldDescription target)
null
.doMatch
in class ElementMatcher.Junction.ForNonNullValues<FieldDescription>
target
- The instance to be matched.true
if the given element is matched by this matcher or false
otherwise.Copyright © 2014–2025. All rights reserved.