| Package | Description |
|---|---|
| org.apache.nifi.record.path | |
| org.apache.nifi.record.path.paths |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardRecordPathResult |
| Modifier and Type | Method and Description |
|---|---|
RecordPathResult |
RecordPath.evaluate(Record record)
Evaluates the RecordPath against the given Record, returning a RecordPathResult that contains
a FieldValue for each field that matches
|
RecordPathResult |
RecordPath.evaluate(Record record,
FieldValue contextNode)
Evaluates a RecordPath against the given context node.
|
| Modifier and Type | Method and Description |
|---|---|
RecordPathResult |
RecordPathSegment.evaluate(Record record) |
RecordPathResult |
RecordPathSegment.evaluate(Record record,
FieldValue contextNode) |
Copyright © 2023 Apache NiFi Project. All rights reserved.