- Enclosing interface:
MapperRegistry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Finds the destination type.
void
Maps the source into the existing destination object.
-
Method Details
-
forward
Maps the source into the existing destination object.
- Parameters:
source
- the source
destination
- the destination
-
findSourceType
Finds the source type. When used as intended, the default implementation should suffice.
- Returns:
- the source type
-
findDestinationType
Finds the destination type. When used as intended, the default implementation should suffice.
- Returns:
- the destination type.