Uses of Class
org.fest.reflect.method.Invoker
Packages that use Invoker
Package
Description
Provides a "fluent" API for
method invocation via the Java Reflection API.
-
Uses of Invoker in org.fest.reflect.method
Methods in org.fest.reflect.method that return InvokerModifier and TypeMethodDescriptionprivate static <T> Invoker<T>
Invoker.createInvoker
(String methodName, Object target, Class<?>... parameterTypes) Creates a new invoker for a method that takes no parameters and return valuevoid
.Creates a new method invoker.Creates a new method invoker.Creates a new method invoker.Creates a new invoker for a static method that takes no parameters and return valuevoid
.Creates a new method invoker.Creates a new method invoker.Creates a new method invoker.(package private) static <T> Invoker<T>
Invoker.newInvoker
(String methodName, Object target, Class<?>... parameterTypes)