Uses of Class
org.fest.reflect.method.StaticMethodParameterTypes
-
Packages that use StaticMethodParameterTypes Package Description org.fest.reflect.method 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 StaticMethodParameterTypes Modifier and Type Method Description StaticMethodParameterTypes<java.lang.Void>
StaticMethodName. withParameterTypes(java.lang.Class<?>... parameterTypes)
Specifies the parameter types of the static method to invoke.StaticMethodParameterTypes<T>
StaticMethodReturnType. withParameterTypes(java.lang.Class<?>... parameterTypes)
Specifies the parameter types of the static method to invoke.StaticMethodParameterTypes<T>
StaticMethodReturnTypeRef. withParameterTypes(java.lang.Class<?>... parameterTypes)
Specifies the parameter types of the static method to invoke.
-