Uses of Interface
org.mwolff.converter.ViewDTO
-
-
Uses of ViewDTO in org.mwolff.converter
Classes in org.mwolff.converter with type parameters of type ViewDTO Modifier and Type Interface Description interface
Populator<S,T extends ViewDTO>
Interface for a Populator.Methods in org.mwolff.converter with parameters of type ViewDTO Modifier and Type Method Description Converter
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.void
GenericPopulator. convert(Object source, ViewDTO target)
Converts the properties from source to target object.
-