Interface Mapper<A,B>

Type Parameters:
A - the source type
B - the target type
All Superinterfaces:
FromMapper<A,B>, ToMapper<A,B>
All Known Implementing Classes:
MapperAdapter

public interface Mapper<A,B> extends ToMapper<A,B>, FromMapper<A,B>
Maps values between two types.

The context-aware methods are the primary contract. The convenience overloads without a context delegate to an empty immutable context.