Uses of Class
org.fest.reflect.method.MethodParameterTypes
Packages that use MethodParameterTypes
Package
Description
Provides a "fluent" API for
method invocation via the Java Reflection API.
-
Uses of MethodParameterTypes in org.fest.reflect.method
Methods in org.fest.reflect.method that return MethodParameterTypesModifier and TypeMethodDescription(package private) static <T> MethodParameterTypes<T>MethodParameterTypes.newParameterTypes(String name, Class<?>[] parameterTypes) MethodName.withParameterTypes(Class<?>... parameterTypes) Specifies the parameter types of the method to invoke.MethodReturnType.withParameterTypes(Class<?>... parameterTypes) Specifies the parameter types of the method to invoke.MethodReturnTypeRef.withParameterTypes(Class<?>... parameterTypes) Specifies the parameter types of the method to invoke.