public class DescendantFieldPath extends RecordPathSegment
| Modifier and Type | Field and Description |
|---|---|
private String |
descendantName |
| Constructor and Description |
|---|
DescendantFieldPath(String descendantName,
RecordPathSegment parent,
boolean absolute) |
| Modifier and Type | Method and Description |
|---|---|
Stream<FieldValue> |
evaluate(RecordPathEvaluationContext context) |
private List<FieldValue> |
findDescendants(FieldValue fieldValue) |
equals, evaluate, evaluate, getParentPath, getPath, hashCode, isAbsolute, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompileprivate final String descendantName
DescendantFieldPath(String descendantName, RecordPathSegment parent, boolean absolute)
public Stream<FieldValue> evaluate(RecordPathEvaluationContext context)
evaluate in class RecordPathSegmentprivate List<FieldValue> findDescendants(FieldValue fieldValue)
Copyright © 2023 Apache NiFi Project. All rights reserved.