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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(ResultElement resultElement) Extracts the value of the givenResultElementas the typeT.
-
Constructor Details
-
BigDecimalExtractor
public BigDecimalExtractor()
-
-
Method Details
-
extract
Description copied from interface:ObjectExtractorExtracts the value of the givenResultElementas the typeT.- Specified by:
extractin interfaceObjectExtractor<BigDecimal>- Parameters:
resultElement- TheResultElementto transform.- Returns:
- The
resultElementas the given type.
-