Class IgnoreForBinding.Verifier

  • Enclosing class:
    IgnoreForBinding

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

      Constructors 
      Modifier Constructor Description
      private Verifier()
      As this is merely a utility method, the constructor is not supposed to be invoked.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean check​(MethodDescription methodDescription)
      Validates if a method should be ignored for binding.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Verifier

        private Verifier()
        As this is merely a utility method, the constructor is not supposed to be invoked.
    • 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.