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