Class IgnoreForBinding.Verifier
java.lang.Object
net.bytebuddy.implementation.bind.annotation.IgnoreForBinding.Verifier
- Enclosing class:
IgnoreForBinding
A non-instantiable type that allows to check if a method should be ignored for binding.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateVerifier()As this is merely a utility method, the constructor is not supposed to be invoked. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheck(MethodDescription methodDescription) Validates if a method should be ignored for binding.
-
Constructor Details
-
Verifier
private Verifier()As this is merely a utility method, the constructor is not supposed to be invoked.
-
-
Method Details
-
check
Validates if a method should be ignored for binding.- Parameters:
methodDescription- The method to validate.- Returns:
trueif the method should not be considered for binding.
-