Uses of Class
org.fest.reflect.type.Type

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 Type: the starting point of the fluent interface for loading classes dynamically.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.