Class SoapGsonResultElementFactory
java.lang.Object
com.sap.cloud.sdk.result.GsonResultElementFactory
com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
- All Implemented Interfaces:
ResultElementFactory<com.google.gson.JsonElement>
Deprecated.
This module will be discontinued, along with its classes and methods.
Factory implementation that creates a
ResultElement, based on a given JsonElement.-
Field Summary
Fields inherited from class com.sap.cloud.sdk.result.GsonResultElementFactory
gsonBuilder -
Constructor Summary
ConstructorsConstructorDescriptionSoapGsonResultElementFactory(com.google.gson.GsonBuilder gsonBuilder) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.inthashCode()Deprecated.protected ResultPrimitivenewPrimitive(com.google.gson.JsonElement resultElement) Deprecated.toString()Deprecated.Methods inherited from class com.sap.cloud.sdk.result.GsonResultElementFactory
create, getGsonBuilder, newCollection, newObject
-
Constructor Details
-
SoapGsonResultElementFactory
public SoapGsonResultElementFactory(@Nonnull com.google.gson.GsonBuilder gsonBuilder) Deprecated.
-
-
Method Details
-
newPrimitive
Deprecated.- Overrides:
newPrimitivein classGsonResultElementFactory
-
equals
Deprecated.- Overrides:
equalsin classGsonResultElementFactory
-
canEqual
Deprecated.- Overrides:
canEqualin classGsonResultElementFactory
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classGsonResultElementFactory
-
toString
Deprecated.- Overrides:
toStringin classGsonResultElementFactory
-