| Modifier and Type | Method and Description |
|---|---|
static <T,V> ReMapping.Builder<T> |
ReMapping.add(String name,
BiConsumer<T,V> setter)
Creates a new
ReMapping.Builder and adds a link between name and setter method, which represents a
property of the associated type. |
<V> ReMapping.Builder<T> |
ReMapping.Builder.add(String name,
BiConsumer<T,V> setter)
Adds a link between name and setter method, which represents a property of the associated type.
|
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.