matches

public final boolean matches(Method method)

Checks whether the passed method matches the constraints set by this MethodSignature instance.

WARN-level mismatches are silently ignored by this method. To obtain a detailed information callees should use match(Method).

Return

true if there was no ERROR-level mismatches

Parameters

method

the method to check

Throws

in case of any ERROR-level mismatches