public abstract class NoArgStringFunction extends RecordPathSegment
| Modifier and Type | Field and Description |
|---|---|
private RecordPathSegment |
valuePath |
| Constructor and Description |
|---|
NoArgStringFunction(String path,
RecordPathSegment valuePath,
boolean absolute) |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract String |
apply(String value)
Sub-classes apply its function to the given value and return the result.
|
Stream<FieldValue> |
evaluate(RecordPathEvaluationContext context) |
equals, evaluate, evaluate, getPath, hashCode, isAbsolute, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompileprivate final RecordPathSegment valuePath
public NoArgStringFunction(String path, RecordPathSegment valuePath, boolean absolute)
public Stream<FieldValue> evaluate(RecordPathEvaluationContext context)
evaluate in class RecordPathSegmentCopyright © 2023 Apache NiFi Project. All rights reserved.