Class JCoFieldToResultReader
java.lang.Object
com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoFieldToResultReader
Deprecated.
This module will be discontinued, along with its classes and methods.
Creates JSON elements.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult.Result
newResult
(com.sap.conn.jco.JCoField field, GsonResultElementFactory resultElementFactory) Deprecated.Creates a new result.
-
Constructor Details
-
JCoFieldToResultReader
public JCoFieldToResultReader()Deprecated.
-
-
Method Details
-
newResult
@Nonnull public com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult.Result newResult(@Nonnull com.sap.conn.jco.JCoField field, @Nonnull GsonResultElementFactory resultElementFactory) Deprecated.Creates a new result.- Parameters:
field
- The field to create the result from.resultElementFactory
- The factory to create the result element from.- Returns:
- The new result.
-