Class ErpTypeGsonTypeAdapterFactory
java.lang.Object
com.sap.cloud.sdk.s4hana.connectivity.ErpTypeGsonTypeAdapterFactory
- All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
@Deprecated
public class ErpTypeGsonTypeAdapterFactory
extends Object
implements com.google.gson.TypeAdapterFactory
Deprecated.
This module will be discontinued, along with its classes and methods.
Implementation of GSON
TypeAdapterFactory
that is able to generically handle all implementations of
ErpType
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErpTypeGsonTypeAdapterFactory
public ErpTypeGsonTypeAdapterFactory()Deprecated.
-
-
Method Details
-
create
@Nullable public <T> com.google.gson.TypeAdapter<T> create(@Nonnull com.google.gson.Gson gson, @Nonnull com.google.gson.reflect.TypeToken<T> type) Deprecated.Creates ERP type adapter for the givenErpType
.- Specified by:
create
in interfacecom.google.gson.TypeAdapterFactory
-