Package | Description |
---|---|
org.fest.reflect.core |
Provides a "fluent" API that
makes usage of the Java Reflection API easier and improves code readability.
|
org.fest.reflect.method |
Provides a "fluent" API for
method invocation via the Java Reflection API.
|
Class and Description |
---|
MethodName
Understands the name of a method to invoke using Java Reflection.
|
StaticMethodName
Understands the name of a static method to invoke using Java Reflection.
|
Class and Description |
---|
Invoker
Understands the use of reflection to access a method from an object.
|
MethodName
Understands the name of a method to invoke using Java Reflection.
|
MethodParameterTypes
Understands the parameter types of the method to invoke.
|
MethodReturnType
Understands the return type of the method to invoke.
|
MethodReturnTypeRef
Understands the return type reference of the method to invoke.
|
StaticMethodName
Understands the name of a static method to invoke using Java Reflection.
|
StaticMethodParameterTypes
Understands the parameter types of the static method to invoke.
|
StaticMethodReturnType
Understands the return type of the static method to invoke.
|
StaticMethodReturnTypeRef
Understands the return type of the static method to invoke.
|
Copyright © 2007–2016. All rights reserved.