Interface ReflectionUtils.MethodFilter

Enclosing class:
ReflectionUtils

public static interface ReflectionUtils.MethodFilter
Callback optionally used to method fields to be operated on by a method callback.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Method method)
    Return whether the given method matches.
  • Method Details

    • matches

      boolean matches(Method method)
      Return whether the given method matches.
      Parameters:
      method - the method to check