| Interface | Description |
|---|---|
| Converter<SOURCE,TARGET> |
Interface for a converter that transforms an object of one type into an object of another type
|
| Class | Description |
|---|---|
| ConversionHelper |
Helper class for copying properties between objects.
|
| GenericConverter<SOURCE,TARGET> |
Converts all properties from source to target that have the same name and have compatible types.
|
| Exception | Description |
|---|---|
| ConversionException |
Copyright © 2018 SAP SE. All Rights Reserved.