public class ArrayIndexPath extends RecordPathSegment
| Modifier and Type | Field and Description |
|---|---|
private int |
index |
| Constructor and Description |
|---|
ArrayIndexPath(int index,
RecordPathSegment parent,
boolean absolute) |
| Modifier and Type | Method and Description |
|---|---|
Stream<FieldValue> |
evaluate(RecordPathEvaluationContext context) |
private int |
getArrayIndex(int arrayLength) |
equals, evaluate, evaluate, getParentPath, getPath, hashCode, isAbsolute, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompileArrayIndexPath(int index,
RecordPathSegment parent,
boolean absolute)
public Stream<FieldValue> evaluate(RecordPathEvaluationContext context)
evaluate in class RecordPathSegmentprivate int getArrayIndex(int arrayLength)
Copyright © 2023 Apache NiFi Project. All rights reserved.