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