Package org.mwolff.converter
Interface Populator<S,T extends ViewDTO>
-
- Type Parameters:
S
- The source object for the population.T
- The dest object for the population.
- All Known Implementing Classes:
GenericPopulator
public interface Populator<S,T extends ViewDTO>
Interface for a Populator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
convert(S source, T target)
Converts the properties from source to target object.String
returnType()
-