| 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.type |
Provides a "fluent" API for loading classes dynamically.
|
| Modifier and Type | Method and Description |
|---|---|
static Type |
Reflection.type(java.lang.String name)
Starting point of the fluent interface for loading a class dynamically.
|
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.newType(java.lang.String name)
Creates a new
: the starting point of the fluent interface for loading classes dynamically. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.