Class ByteExtractor

java.lang.Object
com.sap.cloud.sdk.result.ByteExtractor
All Implemented Interfaces:
ObjectExtractor<Byte>

public class ByteExtractor extends Object implements ObjectExtractor<Byte>
ObjectExtractor implementation transforming a given ResultElement to a Byte.
  • Constructor Details

    • ByteExtractor

      public ByteExtractor()
  • Method Details

    • extract

      @Nonnull public Byte extract(@Nonnull ResultElement resultElement)
      Description copied from interface: ObjectExtractor
      Extracts the value of the given ResultElement as the type T.
      Specified by:
      extract in interface ObjectExtractor<Byte>
      Parameters:
      resultElement - The ResultElement to transform.
      Returns:
      The resultElement as the given type.