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