类 MethodMatcher.AbstractMethodMatcher

    • 构造器详细资料

      • AbstractMethodMatcher

        public AbstractMethodMatcher​(MethodMatcher methodMatcher)
    • 方法详细资料

      • test

        public boolean test​(java.lang.reflect.Method method)
        指定者:
        test 在接口中 java.util.function.Predicate<java.lang.reflect.Method>
      • matchMethod

        public abstract boolean matchMethod​(java.lang.reflect.Method method)