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 TypeMethodDescriptionStaticMethodName.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.