Uses of Interface
com.github.drinkjava2.jdialects.springsrc.utils.ReflectionUtils.MethodCallback

Packages that use ReflectionUtils.MethodCallback
com.github.drinkjava2.jdialects.springsrc.utils   
 

Uses of ReflectionUtils.MethodCallback in com.github.drinkjava2.jdialects.springsrc.utils
 

Methods in com.github.drinkjava2.jdialects.springsrc.utils with parameters of type ReflectionUtils.MethodCallback
static void ReflectionUtils.doWithLocalMethods(Class<?> clazz, ReflectionUtils.MethodCallback mc)
          Perform the given callback operation on all matching methods of the given class, as locally declared or equivalent thereof (such as default methods on Java 8 based interfaces that the given class implements).
static void ReflectionUtils.doWithMethods(Class<?> clazz, ReflectionUtils.MethodCallback mc)
          Perform the given callback operation on all matching methods of the given class and superclasses.
static void ReflectionUtils.doWithMethods(Class<?> clazz, ReflectionUtils.MethodCallback mc, ReflectionUtils.MethodFilter mf)
          Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
 



Copyright © 2018. All rights reserved.