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