T - the type of object to realizepublic 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 | Description |
|---|---|---|
T |
realize() |
Realizes an instance of type T.
|
T realize()