Interface ContextualPopulaterList<SOURCE,TARGET,OPTIONS>
- Type Parameters:
SOURCE- the type of the source objectTARGET- the type of the destination objectOPTIONS- the type of the options/context object
- All Known Implementing Classes:
AbstractContextualPopulatingConverter
public interface ContextualPopulaterList<SOURCE,TARGET,OPTIONS>
Interface for a list of populators.
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of populators.voidsetContextualPopulators(List<ContextualPopulator<SOURCE, TARGET, OPTIONS>> populators) Set the list of populators.
-
Method Details
-
getContextualPopulators
List<ContextualPopulator<SOURCE,TARGET, getContextualPopulators()OPTIONS>> Get the list of populators.- Returns:
- the populators.
-
setContextualPopulators
Set the list of populators.- Parameters:
populators- the populators
-