Uses of Class
org.fest.reflect.method.StaticMethodName
-
Packages that use StaticMethodName 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. -
-
Uses of StaticMethodName in org.fest.reflect.core
Methods in org.fest.reflect.core that return StaticMethodName Modifier and Type Method Description static StaticMethodName
Reflection. staticMethod(java.lang.String name)
Starting point of the fluent interface for invoking static methods via reflection. -
Uses of StaticMethodName in org.fest.reflect.method
Methods in org.fest.reflect.method that return StaticMethodName Modifier and Type Method Description static StaticMethodName
StaticMethodName. startStaticMethodAccess(java.lang.String name)
Creates a newStaticMethodName
: the starting point of the fluent interface for accessing static methods using Java Reflection.
-