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.innerclass |
Provides a "fluent" API for accessing static inner classes via the Java Reflection API.
|
Modifier and Type | Method and Description |
---|---|
static StaticInnerClassName |
Reflection.staticInnerClass(String name)
Starting point of the fluent interface for accessing static inner class via reflection.
|
Modifier and Type | Method and Description |
---|---|
static StaticInnerClassName |
StaticInnerClassName.startStaticInnerClassAccess(String name)
Creates a new
StaticInnerClassName . |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.