Interface ReflectionUtils.MethodCallback

Enclosing class:
ReflectionUtils

public static interface ReflectionUtils.MethodCallback
Action to take on each method
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doWith(Method method)
    Perform an operation using the given method.