@Deprecated public final class Methods extends Object
Methods. In particular, it can generate a Mapping based on the
getter Methods of a specific class.mapping(Class)| Modifier and Type | Method and Description |
|---|---|
static <T> BiMapping<T> |
biMapping(Class<T> tClass)
Deprecated.
Returns a
BiMapping made up of the public getters and setters of a given class. |
static <T> Mapping<T> |
mapping(Class<T> tClass)
Deprecated.
Returns a
Mapping made up of the public getters of a given class. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.