public class DeferredConstructor<T> extends Object
| Constructor and Description |
|---|
DeferredConstructor(Class<T> classToConstruct,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
T |
construct() |
DeferredConstructor<T> |
prefixArgs(Object... prefixArgs) |
String |
toString() |
void |
validate() |
Copyright © 2018. All rights reserved.