Interface ContextualPopulator<SOURCE,TARGET,CONTEXT>
- Type Parameters:
SOURCE- type of source objectTARGET- type of target objectCONTEXT- type of context object
public interface ContextualPopulator<SOURCE,TARGET,CONTEXT>
Compared to ordinary
Populators, a ContextualPopulator is context aware, meaning that a context can be
provided for the populating process.-
Method Summary
-
Method Details
-
populate
Populate the target instance from the source instance. The collection of options is used to control what data is populated.- Parameters:
source- the source objecttarget- the target to fillcontext- populating contextoptions- options used to control what data is populated
-