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