public static final class IgnoreForBinding.Verifier
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
Verifier()
As this is merely a utility method, the constructor is not supposed to be invoked.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
check(MethodDescription methodDescription)
Validates if a method should be ignored for binding.
|
private Verifier()
public static boolean check(MethodDescription methodDescription)
methodDescription
- The method to validate.true
if the method should not be considered for binding.