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