Package org.fest.reflect.type
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();
-
Class Summary Class Description Type Understands loading a class dynamically.TypeLoader Understands loading a class dynamically using a specific.ClassLoader