Closed schuettec closed 5 years ago
Possible API improvements would be:
com.remondis.remap.Mapper.mapOptional(T t)
t
null
com.remondis.remap.Mapper.mapOrDefault(T t, T default)
default
Introduced with 4.1.12
Possible API improvements would be:
com.remondis.remap.Mapper.mapOptional(T t)
Mapst
if non-null
, otherwise returnsnull
.com.remondis.remap.Mapper.mapOrDefault(T t, T default)
Mapst
if non-null
, otherwise returnsdefault
.