Uses of Interface
org.apache.camel.tooling.util.ReflectionHelper.MethodCallback
-
Packages that use ReflectionHelper.MethodCallback Package Description org.apache.camel.tooling.util -
-
Uses of ReflectionHelper.MethodCallback in org.apache.camel.tooling.util
Methods in org.apache.camel.tooling.util with parameters of type ReflectionHelper.MethodCallback Modifier and Type Method Description static voidReflectionHelper. doWithMethods(Class<?> clazz, ReflectionHelper.MethodCallback mc)Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
-