T
- The Builder providing the creation of MM
- The ouput IModelEntity typepublic static interface Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
M |
build()
Creates and return the Model Entity M
|
T |
from(M in)
Creates a Builder using the param M as the default values
|
Copyright © 2017. All rights reserved.