B F M N R
All Classes All Packages
All Classes All Packages
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
fromtype to Collections of thetotype. - from(F) - Method in interface nl.rkuijt.mapperlib.mapper.single.Mapper
-
Maps the
fromtype to thetotype. - from(F) - Method in class nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeMapper
-
Maps the
fromtype to thetotype.
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
fromtype to thetotype. - nonNullReverse(T) - Method in class nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeBiMapper
-
Maps the
totype to thefromtype. - 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
totype to Collections of thefromtype. - reverse(T) - Method in interface nl.rkuijt.mapperlib.mapper.single.BiMapper
-
Maps the
totype to thefromtype. - reverse(T) - Method in class nl.rkuijt.mapperlib.mapper.single.nullsafe.NullSafeBiMapper
-
Maps the
totype to thefromtype.
All Classes All Packages