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