Uses of Interface
com.gigaspaces.internal.utils.ReflectionUtils.MethodCallback
Packages that use ReflectionUtils.MethodCallback
-
Uses of ReflectionUtils.MethodCallback in com.gigaspaces.internal.utils
Methods in com.gigaspaces.internal.utils with parameters of type ReflectionUtils.MethodCallbackModifier and TypeMethodDescriptionstatic voidReflectionUtils.doWithMethods(Class targetClass, ReflectionUtils.MethodCallback mc) Perform the given callback operation on all matching methods of the given class and superclasses.static voidReflectionUtils.doWithMethods(Class targetClass, ReflectionUtils.MethodCallback mc, ReflectionUtils.MethodFilter mf) Perform the given callback operation on all matching methods of the given class and superclasses.