| Interface | Description |
|---|---|
| TypeConverter<T,DomainT> |
Type converter for converting types to and from their domain-specific counterparts.
|
| Class | Description |
|---|---|
| AbstractTypeConverter<T,DomainT> |
Abstract type converter base class for converting types to and from their domain-specific counterparts.
|
| ConvertedObject<T> |
Wrapper class enclosing the result of a conversion.
|
| TypeConverterGsonDeserializer<T> |
Implementation of
JsonDeserializer deserializing a JsonPrimitive to an object of type T using
the given TypeConverter. |
Copyright © 2021 SAP SE. All rights reserved.