Uses of Class
org.fest.reflect.constructor.Invoker

Packages that use Invoker
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
<T> Invoker<T>
ParameterTypes.in(Class<T> target)
          Creates a new constructor invoker.
<T> Invoker<T>
TargetType.in(Class<T> target)
          Creates a new constructor invoker.
static
<T> Invoker<T>
Invoker.newInvoker(Class<T> target, Class<?>... parameterTypes)
           
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.