public class BigDecimalExtractor extends Object implements ObjectExtractor<BigDecimal>
ObjectExtractor
implementation transforming a given ResultElement
to a BigDecimal
.Constructor and Description |
---|
BigDecimalExtractor() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
extract(ResultElement resultElement)
Extracts the value of the given
ResultElement as the type T . |
@Nonnull public BigDecimal extract(@Nonnull ResultElement resultElement)
ObjectExtractor
ResultElement
as the type T
.extract
in interface ObjectExtractor<BigDecimal>
resultElement
- The ResultElement
to transform.resultElement
as the given type.Copyright © 2019 SAP SE. All rights reserved.