Class IgnoreForBinding.Verifier

  • Enclosing class:
    IgnoreForBinding

    public static final class IgnoreForBinding.Verifier
    extends Object
    A non-instantiable type that allows to check if a method should be ignored for binding.
    • Method Detail

      • check

        public static boolean check​(MethodDescription methodDescription)
        Validates if a method should be ignored for binding.
        Parameters:
        methodDescription - The method to validate.
        Returns:
        true if the method should not be considered for binding.