See: Description
Class | Description |
---|---|
Type |
Understands loading a class dynamically.
|
TypeLoader |
Understands loading a class dynamically using a specific
. |
Provides a "fluent" API for loading classes dynamically.
Note: Classes in this package are not intended to be used directly. To use them, you need to use the
class
.
org.fest.reflect.core.Reflection
Here are some examples:
// import staticorg.fest.reflect.core.Reflection
.*; // Loads the class 'org.republic.Jedi" Class<?> jediType =type
("org.republic.Jedi").load
();
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.