| Modifier and Type | Method and Description |
|---|---|
static <T> BiMapping<T> |
Methods.biMapping(Class<T> tClass)
Returns a
BiMapping made up of the public getters and setters of a given class. |
BiMapping<T> |
BiMapping.Builder.build()
Builds and returns a new
Mapping. |
static <T> BiMapping<T> |
BiMapping.combine(Mapping<? super T> mapping,
ReMapping<T> reMapping)
|
static <T> BiMapping<T> |
Fields.mapping(Class<T> tClass,
Fields.Mode mode)
|
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.