Package | Description |
---|---|
org.fest.reflect.method |
Provides a "fluent" API for
method invocation via the Java Reflection API.
|
Modifier and Type | Method and Description |
---|---|
Invoker<Void> |
StaticMethodName.in(Class<?> target)
Creates a new invoker for a static method that takes no parameters and return value
void . |
Invoker<T> |
StaticMethodReturnType.in(Class<?> target)
Creates a new method invoker.
|
Invoker<T> |
StaticMethodReturnTypeRef.in(Class<?> target)
Creates a new method invoker.
|
Invoker<T> |
StaticMethodParameterTypes.in(Class<?> 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 . |
Invoker<T> |
MethodReturnTypeRef.in(Object target)
Creates a new method invoker.
|
Invoker<T> |
MethodParameterTypes.in(Object target)
Creates a new method invoker.
|
Invoker<T> |
MethodReturnType.in(Object target)
Creates a new method invoker.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.