OUT - The type of the extracted field.@Internal public class FieldFromArray<OUT> extends Object implements Extractor<Object,OUT>
| Constructor and Description |
|---|
FieldFromArray()
Extracts the first field (id 0) from the array.
|
FieldFromArray(int fieldId)
Extracts the field with the given id from the array.
|
| Modifier and Type | Method and Description |
|---|---|
OUT |
extract(Object in)
Extracts/Converts the given input to an object of the output type.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.