Uses of Interface
it.tidalwave.messagebus.spi.ReflectionUtils.MethodProcessor
-
Packages that use ReflectionUtils.MethodProcessor Package Description it.tidalwave.messagebus.spi -
-
Uses of ReflectionUtils.MethodProcessor in it.tidalwave.messagebus.spi
Classes in it.tidalwave.messagebus.spi that implement ReflectionUtils.MethodProcessor Modifier and Type Class Description static class
ReflectionUtils.MethodProcessorSupport
Methods in it.tidalwave.messagebus.spi with parameters of type ReflectionUtils.MethodProcessor Modifier and Type Method Description static void
ReflectionUtils. forEachMethodInBottomUpHierarchy(java.lang.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(java.lang.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.
-