Uses of Class
org.hcjf.utils.Introspection.Invoker
-
Packages that use Introspection.Invoker Package Description org.hcjf.utils -
-
Uses of Introspection.Invoker in org.hcjf.utils
Classes in org.hcjf.utils with type parameters of type Introspection.Invoker Modifier and Type Class Description static classIntrospection.InvokerEntry<I extends Introspection.Invoker>This class represents the object returned by the invoker filter.static interfaceIntrospection.InvokerFilter<I extends Introspection.Invoker>This interface must be implemented to found some kind of methods implemented in the any class.Subclasses of Introspection.Invoker in org.hcjf.utils Modifier and Type Class Description static classIntrospection.AccessorThis class groups all the information about getter/setter accessor methods.static classIntrospection.GetterSub class of the accessor that represents only the getter accessors.static classIntrospection.SetterSub class of the accessor that represents only the setter accessors.Methods in org.hcjf.utils with type parameters of type Introspection.Invoker 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.
-