接口 ReflectionUtils.FieldFilter

封闭类:
ReflectionUtils

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

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

    • matches

      boolean matches(Field field)
      Determine whether the given field matches.
      参数:
      field - the field to check