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