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 public class SoapGsonResultElementFactory extends GsonResultElementFactory
Deprecated.
This module will be discontinued, along with its classes and methods.
Factory implementation that creates a ResultElement, based on a given JsonElement.
  • Constructor Details

    • SoapGsonResultElementFactory

      public SoapGsonResultElementFactory(@Nonnull com.google.gson.GsonBuilder gsonBuilder)
      Deprecated.
      Creates a new instance of SoapGsonResultElementFactory.
      Parameters:
      gsonBuilder - The GsonBuilder to be used for creating the ResultElement.
  • Method Details