S - - the type of the source objectT - - the type of the destination objectC - - the type of the context objectpublic interface ContextAwarePopulator<S,T,C>
| Modifier and Type | Method and Description |
|---|---|
void |
populate(S source,
T target,
C context)
Populate the target instance with values from the source instance.
|
Copyright © 2018 SAP SE. All Rights Reserved.