@HashCodeAndEqualsPlugin.Enhance protected static class HashCodeAndEqualsPlugin.ValueMatcher extends ElementMatcher.Junction.ForNonNullValues<FieldDescription>
HashCodeAndEqualsPlugin.ValueHandling annotation.ElementMatcher.Junction.AbstractBase<V>, ElementMatcher.Junction.Conjunction<W>, ElementMatcher.Junction.Disjunction<W>, ElementMatcher.Junction.ForNonNullValues<W>ElementMatcher.Junction<S>| Modifier | Constructor and Description | 
|---|---|
| protected  | ValueMatcher(HashCodeAndEqualsPlugin.ValueHandling.Sort sort)Creates a new value matcher. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | doMatch(FieldDescription target)Matches the supplied value if it was found not to be  null. | 
matchesand, orprotected ValueMatcher(HashCodeAndEqualsPlugin.ValueHandling.Sort sort)
sort - The matched value.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–2024. All rights reserved.