Uses of Class
r01f.reflection.fluent.StaticMethodReflection

Packages that use StaticMethodReflection
r01f.reflection.fluent   
 

Uses of StaticMethodReflection in r01f.reflection.fluent
 

Methods in r01f.reflection.fluent that return StaticMethodReflection
(package private) static StaticMethodReflection StaticMethodReflection.startStaticMethodAccess(java.lang.String methodName)
          Creates a new StaticMethodReflection: the starting point of the fluent interface for accessing static methods using Java Reflection.
static StaticMethodReflection FluentReflection.staticMethod(java.lang.String name)
          Starting point of the fluent interface for invoking static methods via reflection.