| Modifier and Type | Method and Description |
|---|---|
Mapping.Builder<T> |
Mapping.Builder.add(String name,
Function<T,?> getter)
Deprecated.
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)
Deprecated.
Creates a new
Mapping.Builder and 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.