Package com.sap.cloud.sdk.result
Class ByteExtractor
java.lang.Object
com.sap.cloud.sdk.result.ByteExtractor
- All Implemented Interfaces:
ObjectExtractor<Byte>
ObjectExtractor
implementation transforming a given ResultElement
to a Byte
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionextract
(ResultElement resultElement) Extracts the value of the givenResultElement
as the typeT
.
-
Constructor Details
-
ByteExtractor
public ByteExtractor()
-
-
Method Details
-
extract
Description copied from interface:ObjectExtractor
Extracts the value of the givenResultElement
as the typeT
.- Specified by:
extract
in interfaceObjectExtractor<Byte>
- Parameters:
resultElement
- TheResultElement
to transform.- Returns:
- The
resultElement
as the given type.
-