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

Packages that use Invoker
org.fest.reflect.method 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 Invoker
 Invoker<T> StaticMethodParameterTypes.in(Class<?> target)
          Creates a new method invoker.
 Invoker<T> StaticMethodReturnTypeRef.in(Class<?> target)
          Creates a new method invoker.
 Invoker<T> StaticMethodReturnType.in(Class<?> target)
          Creates a new method invoker.
 Invoker<Void> StaticMethodName.in(Class<?> target)
          Creates a new invoker for a static method that takes no parameters and return value void.
 Invoker<T> MethodParameterTypes.in(Object target)
          Creates a new method invoker.
 Invoker<T> MethodReturnType.in(Object target)
          Creates a new method invoker.
 Invoker<T> MethodReturnTypeRef.in(Object target)
          Creates a new method invoker.
 Invoker<Void> MethodName.in(Object target)
          Creates a new invoker for a method that takes no parameters and return value void.
 



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