E
F
G
L
M
O
P
S
T
V
M
- map(FROM) - function in tech.mappie.api.EnumMappie
- Map from to an instance of TO.
- map(FROM) - function in tech.mappie.api.ObjectMappie
- Map from to an instance of TO.
- map(FROM1,FROM2) - function in tech.mappie.api.ObjectMappie2
- Map first and second to an instance of TO.
- map(FROM1,FROM2,FROM3) - function in tech.mappie.api.ObjectMappie3
- Map first, second, and third to an instance of TO.
- map(FROM1,FROM2,FROM3,FROM4) - function in tech.mappie.api.ObjectMappie4
- Map first, second, third, and fourth to an instance of TO.
- map(FROM1,FROM2,FROM3,FROM4,FROM5) - function in tech.mappie.api.ObjectMappie5
- Map first, second, third, fourth, and fifth to an instance of TO.
- mapList(java.util.List) - function in tech.mappie.api.EnumMappie
- Map each element in from to an instance of TO.
- mapList(java.util.List) - function in tech.mappie.api.ObjectMappie
- Map each element in from to an instance of TO.
- mapNullable(FROM) - function in tech.mappie.api.EnumMappie
- Map nullable from to an instance of TO.
- mapNullable(FROM) - function in tech.mappie.api.ObjectMappie
- Map nullable from to an instance of TO.
- mapNullable(FROM1,FROM2) - function in tech.mappie.api.ObjectMappie2
- Map nullable first and second to an instance of TO.
- mapNullable(FROM1,FROM2,FROM3) - function in tech.mappie.api.ObjectMappie3
- Map nullable first, second and third to an instance of TO.
- mapNullable(FROM1,FROM2,FROM3,FROM4) - function in tech.mappie.api.ObjectMappie4
- Map nullable first, second, third, and fourth to an instance of TO.
- mapNullable(FROM1,FROM2,FROM3,FROM4,FROM5) - function in tech.mappie.api.ObjectMappie5
- Map nullable first, second, third, fourth, and fifth to an instance of TO.
- Mappie - class in tech.mappie.api
- mapSet(java.util.Set) - function in tech.mappie.api.EnumMappie
- Map each element in from to an instance of TO.
- mapSet(java.util.Set) - function in tech.mappie.api.ObjectMappie
- Map each element in from to an instance of TO.
- MultipleObjectMappingConstructor - class in tech.mappie.api