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