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