Uses of Interface
it.tidalwave.messagebus.spi.ReflectionUtils.MethodProcessor
Packages that use ReflectionUtils.MethodProcessor
-
Uses of ReflectionUtils.MethodProcessor in it.tidalwave.messagebus.spi
Classes in it.tidalwave.messagebus.spi that implement ReflectionUtils.MethodProcessorMethods in it.tidalwave.messagebus.spi with parameters of type ReflectionUtils.MethodProcessorModifier 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.