com.github.drinkjava2.jdialects.springsrc.utils
Interface ReflectionUtils.MethodFilter

Enclosing class:
ReflectionUtils

public static interface ReflectionUtils.MethodFilter

Callback optionally used to filter methods to be operated on by a method callback.


Method Summary
 boolean matches(Method method)
          Determine whether the given method matches.
 

Method Detail

matches

boolean matches(Method method)
Determine whether the given method matches.

Parameters:
method - the method to check


Copyright © 2018. All rights reserved.