Uses of Interface
com.sap.cloud.sdk.typeconverter.TypeConverter
Packages that use TypeConverter
Package
Description
-
Uses of TypeConverter in com.sap.cloud.sdk.datamodel.odata.helper
Methods in com.sap.cloud.sdk.datamodel.odata.helper that return TypeConverterConstructors in com.sap.cloud.sdk.datamodel.odata.helper with parameters of type TypeConverterModifierConstructorDescriptionEntityField
(String fieldName, TypeConverter<FieldT, ?> typeConverter) Use the constants declared in each entity inner class. -
Uses of TypeConverter in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter that implement TypeConverterModifier and TypeClassDescriptionclass
Default implementation of theTypeConverter
interface, returning all given objects unchanged.class
Converts between the deprecatedCalendar
type and the newLocalDateTime
.class
class
Converts between the deprecatedCalendar
type and the newZonedDateTime
. -
Uses of TypeConverter in com.sap.cloud.sdk.s4hana.serialization
Subinterfaces of TypeConverter in com.sap.cloud.sdk.s4hana.serializationModifier and TypeInterfaceDescriptioninterface
Deprecated.This module will be discontinued, along with its classes and methods.Classes in com.sap.cloud.sdk.s4hana.serialization that implement TypeConverterModifier and TypeClassDescriptionclass
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods.class
StringBasedErpTypeConverter<T extends StringBasedErpType<T>>
Deprecated.This module will be discontinued, along with its classes and methods.class
Deprecated.This module will be discontinued, along with its classes and methods. -
Uses of TypeConverter in com.sap.cloud.sdk.typeconverter
Classes in com.sap.cloud.sdk.typeconverter that implement TypeConverterModifier and TypeClassDescriptionclass
AbstractTypeConverter<T,
DomainT> Abstract type converter base class for converting types to and from their domain-specific counterparts.Constructors in com.sap.cloud.sdk.typeconverter with parameters of type TypeConverterModifierConstructorDescriptionTypeConverterGsonDeserializer
(TypeConverter<T, String> typeConverter)