Class 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
    • Method Summary

      • 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.single.Mapper

        from
      • Methods inherited from interface nl.rkuijt.mapperlib.mapper.multi.MultiMapper

        from
    • Constructor Detail

      • NullSafeMultiMapper

        public NullSafeMultiMapper()