public class ArrayElementGetter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ArrayElementGetter.ElementGetter
Accessor for getting the elements of an array during runtime.
|
| Modifier and Type | Field and Description |
|---|---|
private static String |
ARRAY_FIELD_NAME |
| Constructor and Description |
|---|
ArrayElementGetter() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayElementGetter.ElementGetter |
createElementGetter(DataType dataType)
Creates an accessor for getting elements in an internal array data structure at the given
position.
|
private static final String ARRAY_FIELD_NAME
public static ArrayElementGetter.ElementGetter createElementGetter(DataType dataType)
dataType - the element type of the arrayCopyright © 2024 Apache NiFi Project. All rights reserved.