| 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 |
|---|---|
Mapping<T> |
Mapping.Builder.build()
Builds and returns a new
Mapping. |
static <T> Mapping<T> |
Methods.mapping(Class<T> tClass)
Returns a
Mapping made up of the public getters of a given class. |
| 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.