B F M N R 
All Classes All Packages

B

BiMapper<F,​T> - Interface in nl.rkuijt.mapperlib.mapper.single
Bidirectional type mapper.

F

from(Collection<F>, Collector<T, ?, T2>) - Method in interface nl.rkuijt.mapperlib.mapper.multi.MultiMapper
Maps Collections of the from type to Collections of the to type.
from(F) - Method in interface nl.rkuijt.mapperlib.mapper.single.Mapper
Maps the from type to the to type.
from(F) - Method in class nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeMapper
Maps the from type to the to type.

M

Mapper<F,​T> - Interface in nl.rkuijt.mapperlib.mapper.single
Unidirectional type mapper.
MultiBiMapper<F,​T> - Interface in nl.rkuijt.mapperlib.mapper.multi
Bidirectional Collection type mapper.
MultiMapper<F,​T> - Interface in nl.rkuijt.mapperlib.mapper.multi
Unidirectional Collection type mapper.

N

nl.rkuijt.mapperlib.mapper.multi - package nl.rkuijt.mapperlib.mapper.multi
 
nl.rkuijt.mapperlib.mapper.multi.nullsafe - package nl.rkuijt.mapperlib.mapper.multi.nullsafe
 
nl.rkuijt.mapperlib.mapper.single - package nl.rkuijt.mapperlib.mapper.single
 
nl.rkuijt.mapperlib.mapper.single.nullsafe - package nl.rkuijt.mapperlib.mapper.single.nullsafe
 
nonNullFrom(F) - Method in class nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeMapper
Maps the from type to the to type.
nonNullReverse(T) - Method in class nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeBiMapper
Maps the to type to the from type.
NullSafeBiMapper<F,​T> - Class in nl.rkuijt.mapperlib.mapper.single.nullsafe
Null-safe bidirectional type mapper.
NullSafeBiMapper() - Constructor for class nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeBiMapper
 
NullSafeMapper<F,​T> - Class in nl.rkuijt.mapperlib.mapper.single.nullsafe
Null-safe unidirectional type mapper.
NullSafeMapper() - Constructor for class nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeMapper
 
NullSafeMultiBiMapper<F,​T> - Class in nl.rkuijt.mapperlib.mapper.multi.nullsafe
Null-safe bidirectional Collection type mapper.
NullSafeMultiBiMapper() - Constructor for class nl.rkuijt.mapperlib.mapper.multi.nullsafe.NullSafeMultiBiMapper
 
NullSafeMultiMapper<F,​T> - Class in nl.rkuijt.mapperlib.mapper.multi.nullsafe
Null-safe unidirectional Collection type mapper.
NullSafeMultiMapper() - Constructor for class nl.rkuijt.mapperlib.mapper.multi.nullsafe.NullSafeMultiMapper
 

R

reverse(Collection<T>, Collector<F, ?, F2>) - Method in interface nl.rkuijt.mapperlib.mapper.multi.MultiBiMapper
Maps Collections of the to type to Collections of the from type.
reverse(T) - Method in interface nl.rkuijt.mapperlib.mapper.single.BiMapper
Maps the to type to the from type.
reverse(T) - Method in class nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeBiMapper
Maps the to type to the from type.
B F M N R 
All Classes All Packages