Class NullSafeMultiMapper<F,T>
- java.lang.Object
-
- nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeMapper<F,T>
-
- nl.rkuijt.mapperlib.mapper.multi.nullsafe.NullSafeMultiMapper<F,T>
-
- Type Parameters:
F- the type to map from.T- the type to map to.
- All Implemented Interfaces:
MultiMapper<F,T>,Mapper<F,T>
public abstract class NullSafeMultiMapper<F,T> extends NullSafeMapper<F,T> implements MultiMapper<F,T>
Null-safe unidirectional Collection type mapper.- See Also:
MultiMapper
-
-
Constructor Summary
Constructors Constructor Description NullSafeMultiMapper()
-
Method Summary
-
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.MultiMapper
from
-
-