Package com.helixframework.mapper
Interface Mapper<A,B>
- Type Parameters:
A- the source typeB- the target type
- All Superinterfaces:
FromMapper<A,,B> ToMapper<A,B>
- All Known Implementing Classes:
MapperAdapter
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.
-
Method Summary
Methods inherited from interface com.helixframework.mapper.FromMapper
andThen, from, from, fromAll, fromAll, fromAllPreservingType, fromAllPreservingType, fromCollection, fromCollection, fromSet, fromSet, fromStream, fromStream, fromStreamMethods inherited from interface com.helixframework.mapper.ToMapper
andThen, to, to, toAll, toAll, toAllPreservingType, toAllPreservingType, toCollection, toCollection, toSet, toSet, toStream, toStream, toStream