| Modifier and Type | Method and Description |
|---|---|
TargetOperation<T> |
BiMapping.copy(T origin)
Results in a
TargetOperation for a given origin instance of the associated type,
which can copy its properties into another instance of that type. |
TargetOperation<Map<String,Object>> |
Mapping.map(T origin)
Results in a
TargetOperation for a given origin instance of the associated type,
which can map its properties into a Map. |
TargetOperation<T> |
ReMapping.remap(Map<?,?> origin)
Results in a
TargetOperation for a given origin Map,
which can map its entries as properties into an instance of the associated type. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.