Package org.modelmapper
Interface Converters.Converter<S,D>
- Type Parameters:
S
- the source typeD
- the destination type
- Enclosing class:
- Converters
public static interface Converters.Converter<S,D>
Converts source to destination.
-
Method Summary
-
Method Details
-
convert
Converts source to destination.- Parameters:
source
- the source- Returns:
- the destination
-