Class HashCodeAndEqualsPlugin.ValueMatcher

    • Method Detail

      • matches

        public boolean matches​(FieldDescription target)
        Matches a target against this element matcher.
        Specified by:
        matches in interface ElementMatcher<FieldDescription>
        Parameters:
        target - The instance to be matched.
        Returns:
        true if the given element is matched by this matcher or false otherwise.