|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Type | |
---|---|
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. |
Uses of Type in org.fest.reflect.core |
---|
Methods in org.fest.reflect.core that return Type | |
---|---|
static Type |
Reflection.type(String name)
Starting point of the fluent interface for loading a class dynamically. |
Uses of Type in org.fest.reflect.type |
---|
Methods in org.fest.reflect.type that return Type | |
---|---|
static Type |
Type.newType(String name)
Creates a new : the starting point of the fluent interface for loading classes
dynamically. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |