Class NullSafeMultiBiMapper<F,T>
- java.lang.Object
-
- nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeMapper<F,T>
-
- nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeBiMapper<F,T>
-
- nl.rkuijt.mapperlib.mapper.multi.nullsafe.NullSafeMultiBiMapper<F,T>
-
- Type Parameters:
F- the type to map from.T- the type to map to.
- All Implemented Interfaces:
MultiBiMapper<F,T>,MultiMapper<F,T>,BiMapper<F,T>,Mapper<F,T>
public abstract class NullSafeMultiBiMapper<F,T> extends NullSafeBiMapper<F,T> implements MultiBiMapper<F,T>
Null-safe bidirectional Collection type mapper.- See Also:
NullSafeMultiMapper,MultiBiMapper
-
-
Constructor Summary
Constructors Constructor Description NullSafeMultiBiMapper()
-
Method Summary
-
Methods inherited from class nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeBiMapper
nonNullReverse, reverse
-
Methods inherited from class nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeMapper
from, nonNullFrom
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nl.rkuijt.mapperlib.mapper.multi.MultiBiMapper
reverse
-
Methods inherited from interface nl.rkuijt.mapperlib.mapper.multi.MultiMapper
from
-
-