| Interface | Description |
|---|---|
| BiMapping<T> |
Abstracts a tool which can bidirectionally map properties of an instance of a certain type to and from a
Map. |
| Mapping<T> |
Abstracts a tool which can map properties of an instance of a certain type into a
Map. |
| ReMapping<T> |
Abstracts a tool which can re-map properties of an instance of a certain type from a
Map. |
| TargetOperation<T> |
Abstracts a procedural operation that can be performed on a given target of a particular type and that
returns that target as a functional result.
|
| Class | Description |
|---|---|
| BiMapping.Builder<T> |
Defines a builder for the declarative creation of a
BiMapping. |
| Fields |
A utility for handling
Fields. |
| Mapping.Builder<T> |
Defines a builder for the declarative creation of a
Mapping. |
| Methods |
A utility for handling
Methods. |
| ReMapping.Builder<T> |
Defines a builder for the declarative creation of a
ReMapping. |
| Enum | Description |
|---|---|
| Fields.Mode |
Defines modes for determining relevant fields of a class that represent its properties.
|
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.