| Modifier and Type | Interface and Description |
|---|---|
interface |
BiMapping<T>
Abstracts a tool which can bidirectionally map properties of an instance of a certain type to and from a
Map. |
| Modifier and Type | Method and Description |
|---|---|
ReMapping<T> |
ReMapping.Builder.build()
Builds and returns a new
ReMapping. |
| Modifier and Type | Method and Description |
|---|---|
static <T> BiMapping<T> |
BiMapping.combine(Mapping<? super T> mapping,
ReMapping<T> reMapping)
|
Copyright © 2021 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.