Uses of Interface
com.sap.cloud.sdk.s4hana.serialization.ErpTypeConverter
Packages that use ErpTypeConverter
Package
Description
-
Uses of ErpTypeConverter in com.sap.cloud.sdk.s4hana.connectivity
Methods in com.sap.cloud.sdk.s4hana.connectivity that return types with arguments of type ErpTypeConverterModifier and TypeMethodDescriptionErpTypeSerializer.getTypeConverters()
Deprecated.Gets registeredErpTypeConverter
s.Map<Class<?>,
ErpTypeConverter<?>> ErpTypeSerializer.getTypeConvertersByType()
Deprecated.Gets registeredErpTypeConverter
s for eachErpType
.Methods in com.sap.cloud.sdk.s4hana.connectivity with parameters of type ErpTypeConverterModifier and TypeMethodDescriptionErpTypeSerializer.withTypeConverters
(ErpTypeConverter<?>... typeConverters) Deprecated.Delegates toErpTypeSerializer.withTypeConverters(Iterable)
.Method parameters in com.sap.cloud.sdk.s4hana.connectivity with type arguments of type ErpTypeConverterModifier and TypeMethodDescriptionErpTypeSerializer.withTypeConverters
(Iterable<ErpTypeConverter<?>> typeConverters) Deprecated.Registers the givenErpTypeConverter
s. -
Uses of ErpTypeConverter in com.sap.cloud.sdk.s4hana.connectivity.rfc
Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc that return types with arguments of type ErpTypeConverterModifier and TypeMethodDescriptionAbstractRemoteFunctionRequest.getTypeConverters()
Deprecated.Get the ERP type converters.Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc with parameters of type ErpTypeConverterModifier and TypeMethodDescription<T> Fields
Fields.field
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.Adds a new field to thisFields
.<T> ParameterFields<RequestT>
ParameterFields.field
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.Adds a field with the givenname
,dataType
,value
, andtypeConverter
.TableRow.field
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.Creates a newValue
object based on the given parameter and the incremented field Id.<T> TableAsVector<RequestT>
TableAsVector.row
(T value, ErpTypeConverter<T> typeConverter) Deprecated.Creates a newValue
based object as element for the given vector.<T> RfmRequest
RfmRequest.withChanging
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.Adds a changing parameter.AbstractRemoteFunctionRequest.withExporting
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.Adds an exporting parameter reflected by a data element.<T> BapiRequest
BapiRequest.withExporting
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.<T> RfmRequest
RfmRequest.withExporting
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.AbstractRemoteFunctionRequest.withImporting
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.Adds an importing parameter reflected by a data element.<T> BapiRequest
BapiRequest.withImporting
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.<T> RfmRequest
RfmRequest.withImporting
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.AbstractRemoteFunctionRequest.withTypeConverters
(ErpTypeConverter<?>... typeConverters) Deprecated.BapiRequest.withTypeConverters
(ErpTypeConverter<?>... typeConverters) Deprecated.RfmRequest.withTypeConverters
(ErpTypeConverter<?>... typeConverters) Deprecated.Method parameters in com.sap.cloud.sdk.s4hana.connectivity.rfc with type arguments of type ErpTypeConverterModifier and TypeMethodDescriptionAbstractRemoteFunctionRequest.withTypeConverters
(Iterable<ErpTypeConverter<?>> typeConverters) Deprecated.Registers the givenErpTypeConverter
s.BapiRequest.withTypeConverters
(Iterable<ErpTypeConverter<?>> typeConverters) Deprecated.RfmRequest.withTypeConverters
(Iterable<ErpTypeConverter<?>> typeConverters) Deprecated. -
Uses of ErpTypeConverter in com.sap.cloud.sdk.s4hana.serialization
Classes in com.sap.cloud.sdk.s4hana.serialization that implement ErpTypeConverterModifier 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.Methods in com.sap.cloud.sdk.s4hana.serialization that return ErpTypeConverterModifier and TypeMethodDescriptionDecimalBasedErpType.getTypeConverter()
Deprecated.DistributionChannel.getTypeConverter()
Deprecated.ErpBoolean.getTypeConverter()
Deprecated.ErpDecimal.getTypeConverter()
Deprecated.ErpType.getTypeConverter()
Deprecated.Get the type converter for the ERP type.IntegerBasedErpType.getTypeConverter()
Deprecated.InvertedLocalDate.getTypeConverter()
Deprecated.LocalDateErpType.getTypeConverter()
Deprecated.LocalTimeErpType.getTypeConverter()
Deprecated.MessageClass.getTypeConverter()
Deprecated.MessageNumber.getTypeConverter()
Deprecated.MessageType.getTypeConverter()
Deprecated.SapClient.getTypeConverter()
Deprecated.Methods in com.sap.cloud.sdk.s4hana.serialization with parameters of type ErpTypeConverterModifier and TypeMethodDescriptionstatic <T extends StringBasedErpType<T>>
Function<T,String> StringBasedErpType.transformToString
(ErpTypeConverter<T> converter) Deprecated.Creates a function which transforms a givenStringBasedErpType
to its String representation.static <T extends StringBasedErpType<T>>
Function<String,T> StringBasedErpType.transformToType
(ErpTypeConverter<T> converter) Deprecated.Creates a function which transforms a given String to itsStringBasedErpType
representation.