E
F
G
L
M
O
P
S
T
V
F
- fromEnumEntry(TO,FROM) - function in tech.mappie.api.EnumMappingConstructor
- Explicitly construct a mapping to TO from source entry source.
- fromExpression(kotlin.reflect.KProperty,kotlin.jvm.functions.Function1) - function in tech.mappie.api.ObjectMappingConstructor
- Explicitly construct a mapping to TO from expression source function.
- fromProperty(kotlin.reflect.KProperty,kotlin.reflect.KProperty) - function in tech.mappie.api.MultipleObjectMappingConstructor
- Explicitly construct a mapping to TO from property source source.
- fromProperty(kotlin.reflect.KProperty,kotlin.reflect.KProperty) - function in tech.mappie.api.ObjectMappingConstructor
- Explicitly construct a mapping to TO from property source source.
- fromValue(kotlin.reflect.KProperty,TO_TYPE) - function in tech.mappie.api.MultipleObjectMappingConstructor
- Explicitly construct a mapping to TO from a value source value.
- fromValue(kotlin.reflect.KProperty,TO_TYPE) - function in tech.mappie.api.ObjectMappingConstructor
- Explicitly construct a mapping to TO from a value source value.