T - the type of object to realize
public interface Builder<T>
Builder provides a mechanism for realizing a specific class of object as required.
This is an abstract representation of a dynamic no-args constructor.
| Modifier and Type | Method and Description |
|---|---|
T |
realize()
Realizes an instance of type T.
|
T realize()