T
- the type of the classpublic interface InstanceCreator<T>
Modifier and Type | Method and Description |
---|---|
T |
getInstance()
Returns the new instance of the class.
|
<S> void |
set(S value,
FieldModel<S> fieldModel)
Sets a value for the given FieldModel
|
<S> void set(S value, FieldModel<S> fieldModel)
S
- the FieldModel's typevalue
- the new value for the fieldfieldModel
- the FieldModel representing the field to set the value for.T getInstance()
Note: This will be called after all the values have been set.