public class Replace extends RecordPathSegment
| Modifier and Type | Field and Description |
|---|---|
private RecordPathSegment |
recordPath |
private RecordPathSegment |
replacementValuePath |
private RecordPathSegment |
searchValuePath |
| Constructor and Description |
|---|
Replace(RecordPathSegment recordPath,
RecordPathSegment searchValue,
RecordPathSegment replacementValue,
boolean absolute) |
| Modifier and Type | Method and Description |
|---|---|
Stream<FieldValue> |
evaluate(RecordPathEvaluationContext context) |
equals, evaluate, evaluate, getPath, hashCode, isAbsolute, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompileprivate final RecordPathSegment recordPath
private final RecordPathSegment searchValuePath
private final RecordPathSegment replacementValuePath
public Replace(RecordPathSegment recordPath, RecordPathSegment searchValue, RecordPathSegment replacementValue, boolean absolute)
public Stream<FieldValue> evaluate(RecordPathEvaluationContext context)
evaluate in class RecordPathSegmentCopyright © 2023 Apache NiFi Project. All rights reserved.