Uses of Interface
org.mwolff.converter.Populator
-
-
Uses of Populator in org.mwolff.converter
Classes in org.mwolff.converter that implement Populator Modifier and Type Class Description class
GenericPopulator
GenericPopulator
for populate properties per name.Methods in org.mwolff.converter with parameters of type Populator Modifier and Type Method Description Converter
Converter. addPopulator(Populator populator)
Adds aPopulator
to the list of populatorsConverter
GenericConverter. addPopulator(Populator populator)
Adds aPopulator
to the list of populatorsMethod parameters in org.mwolff.converter with type arguments of type Populator Modifier and Type Method Description void
GenericConverter. setPopulatorlist(List<Populator> listToSet)
For Dependency Injection e.g.
-