Uses of Interface
tigase.util.reflection.ReflectionHelper.Handler
-
Packages that use ReflectionHelper.Handler Package Description tigase.util.reflection -
-
Uses of ReflectionHelper.Handler in tigase.util.reflection
Methods in tigase.util.reflection with parameters of type ReflectionHelper.Handler Modifier and Type Method Description static <A extends Annotation,T>
Collection<T>ReflectionHelper. collectAnnotatedMethods(Object consumer, Class<A> annotationCls, ReflectionHelper.Handler<A,T> handler)This method collects every method of consumer class annotated with passed annotation and for each of them executes implementation of Handler.
-