Uses of Class
org.fest.reflect.constructor.Invoker
-
Packages that use Invoker Package Description org.fest.reflect.constructor Provides a "fluent" API for constructor invocation via the Java Reflection API. -
-
Uses of Invoker in org.fest.reflect.constructor
Methods in org.fest.reflect.constructor that return Invoker Modifier and Type Method Description <T> Invoker<T>
ParameterTypes. in(java.lang.Class<T> target)
Creates a new constructor invoker.<T> Invoker<T>
TargetType. in(java.lang.Class<T> target)
Creates a new constructor invoker.static <T> Invoker<T>
Invoker. newInvoker(java.lang.Class<T> target, java.lang.Class<?>... parameterTypes)
-