Uses of Interface
org.mwolff.converter.Converter
-
-
Uses of Converter in org.mwolff.converter
Classes in org.mwolff.converter that implement Converter Modifier and Type Class Description class
GenericConverter
Methods in org.mwolff.converter that return Converter 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 populatorsConverter
Converter. addSource(Object source)
Adds a source objectConverter
GenericConverter. addSource(Object source)
Adds a source objectConverter
Converter. convert(ViewDTO viewDTO)
Converts the values of sources into the target object.Converter
GenericConverter. convert(ViewDTO viewDTO)
Converts the values of sources into the target object.
-