接口 ReflectionUtils.MethodFilter

封闭类:
ReflectionUtils

public static interface ReflectionUtils.MethodFilter
Callback optionally used to method fields to be operated on by a method callback.
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    matches(Method method)
    Determine whether the given method matches.
  • 方法详细资料

    • matches

      boolean matches(Method method)
      Determine whether the given method matches.
      参数:
      method - the method to check