E
- data objectF
- payload of the field@FunctionalInterface
public interface DataSetterFromObject<E extends DataObject<E>,F>
Modifier and Type | Method and Description |
---|---|
void |
setValueOnObject(E object,
F value)
sets the given value as payload in a field of the data object
|