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> | |
TypeConverterGsonDeserializer<T> |
Implementation of
JsonDeserializer deserializing a JsonPrimitive to an object of type T using
the given TypeConverter . |
Copyright © 2017 SAP SE. All rights reserved.