benjamin84 / fest

Automatically exported from code.google.com/p/fest
0 stars 0 forks source link

New feature request #193

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by Alex.Rui...@gmail.com on 1 Dec 2008 at 2:12