Uses of Class
com.remondis.remap.BidirectionalMapper
-
-
Uses of BidirectionalMapper in com.remondis.remap
Methods in com.remondis.remap that return BidirectionalMapper Modifier and Type Method Description static <S,D>
BidirectionalMapper<S,D>BidirectionalMapper. of(Mapper<S,D> to, Mapper<D,S> from)Deprecated.Creates aBidirectionalMapperfor the specifiedMapperobjects that represent the two uni-directional mappings..
-