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