| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Mapping.Builder<T> |
add(String name,
Function<T,?> getter)
Adds a link between name and getter method, which represents a property of the associated type.
|
Mapping<T> |
build()
Builds and returns a new
Mapping. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.