first of all, thanks for your wonderful project.
is it possible to add a new static method `staticInnerClass' in
org.fest.reflect.core.Reflection that could be used to get static inner
class of another class?
for instance, in file `TheEnclosingClass.java'
public class TheEnclosingClass {
private static class TheInnerClass {
...
}
}
may be we can use it like this:
Object innerClassObject =
staticInnerClass("TheInnerClass").in(TheEnclosingClass.class).newInstance()
Original issue reported on code.google.com by Python.L...@gmail.com on 7 Aug 2008 at 10:44
Original issue reported on code.google.com by
Python.L...@gmail.com
on 7 Aug 2008 at 10:44