Uses of Class
com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
Packages that use StringBasedErpType
-
Uses of StringBasedErpType in com.sap.cloud.sdk.s4hana.serialization
Classes in com.sap.cloud.sdk.s4hana.serialization with type parameters of type StringBasedErpTypeModifier and TypeClassDescriptionclass
StringBasedErpType<T extends StringBasedErpType<T>>
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.Subclasses of StringBasedErpType in com.sap.cloud.sdk.s4hana.serializationModifier 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.Methods in com.sap.cloud.sdk.s4hana.serialization with type parameters of type StringBasedErpTypeModifier 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.