| Modifier and Type | Interface and Description |
|---|---|
interface |
BiMapping<T>
Deprecated.
Further development is discontinued due to relatively high complexity with little benefit and this
package/module may be removed in a future release.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping<T> |
Mapping.Builder.build()
Deprecated.
Builds and returns a new
Mapping. |
static <T> Mapping<T> |
Methods.mapping(Class<T> tClass)
Deprecated.
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)
Deprecated.
|
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.