Interface BiMapper<F,T>
-
- Type Parameters:
F- the type to map from.T- the type to map to.
- All Superinterfaces:
Mapper<F,T>
- All Known Subinterfaces:
MultiBiMapper<F,T>
- All Known Implementing Classes:
NullSafeBiMapper,NullSafeMultiBiMapper
public interface BiMapper<F,T> extends Mapper<F,T>
Bidirectional type mapper.- See Also:
Mapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Freverse(T input)Maps thetotype to thefromtype.
-