Uses of Class
org.fest.reflect.innerclass.Invoker
-
Packages that use Invoker Package Description org.fest.reflect.innerclass Provides a "fluent" API for accessing static inner classes via the Java Reflection API. -
-
Uses of Invoker in org.fest.reflect.innerclass
Methods in org.fest.reflect.innerclass that return Invoker Modifier and Type Method Description Invoker
StaticInnerClassName. in(java.lang.Class<?> declaringClass)
Specifies the declaring class of the static inner class to obtain.
-