Interface Mapper<S,T>

Type Parameters:
S - the source type
T - the target type
All Known Subinterfaces:
Mapper.BiMapper<S,T>, Mapper.UniMapper<S,T>

public sealed interface Mapper<S,T> permits Mapper.UniMapper<S,T>, Mapper.BiMapper<S,T>
A mapper is responsible for converting a source type S into a target type T.