T - The type whose properties are to be mapped.@Deprecated public static class Mapping.Builder<T> extends Object
Mapping.| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping.Builder<T> |
add(String name,
Function<T,?> getter)
Deprecated.
Adds a link between name and getter method, which represents a property of the associated type.
|
Mapping<T> |
build()
Deprecated.
Builds and returns a new
Mapping. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.