Package | Description |
---|---|
org.fest.reflect.constructor |
Provides a "fluent" API for
constructor invocation via the Java Reflection API.
|
org.fest.reflect.core |
Provides a "fluent" API that
makes usage of the Java Reflection API easier and improves code readability.
|
Modifier and Type | Method and Description |
---|---|
static TargetType |
TargetType.startConstructorAccess()
Creates a new
TargetType . |
Modifier and Type | Method and Description |
---|---|
static TargetType |
Reflection.constructor()
Starting point of the fluent interface for invoking constructors via reflection.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.