| Modifier and Type | Method and Description |
|---|---|
static <T,V> BiMapping.Builder<T> |
BiMapping.add(String name,
Function<T,? extends V> getter,
BiConsumer<T,V> setter)
Deprecated.
Creates a new
BiMapping.Builder and adds a link between name and getter method, which represents a
property of the associated type. |
<V> BiMapping.Builder<T> |
BiMapping.Builder.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.
|
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.