Uses of Interface
org.hcjf.utils.Introspection.InvokerFilter
-
Packages that use Introspection.InvokerFilter Package Description org.hcjf.utils -
-
Uses of Introspection.InvokerFilter in org.hcjf.utils
Methods in org.hcjf.utils with parameters of type Introspection.InvokerFilter Modifier and Type Method Description static <I extends Introspection.Invoker>
java.util.Map<java.lang.String,I>Introspection. getInvokers(java.lang.Class clazz, Introspection.InvokerFilter<I> filter)Return a map with all the methods founded in the class applying the filter, indexed by the filter definition.
-