Uses of Interface
it.tidalwave.messagebus.spi.ReflectionUtils.MethodProcessor
-
Uses of ReflectionUtils.MethodProcessor in it.tidalwave.messagebus.spi
Modifier and TypeMethodDescriptionstatic void
ReflectionUtils.forEachMethodInBottomUpHierarchy
(Object object, ReflectionUtils.MethodProcessor processor) Navigates the hierarchy of the given object, bottom up, and applies theReflectionUtils.MethodProcessor
to all the methods of each class, if not filtered out by the processor itself.static void
ReflectionUtils.forEachMethodInTopDownHierarchy
(Object object, ReflectionUtils.MethodProcessor processor) Navigates the hierarchy of the given object, top down, and applies theReflectionUtils.MethodProcessor
to all the methods of each class, if not filtered out by the processor itself.