public abstract class StringComparisonFilter extends FunctionFilter
| Modifier and Type | Field and Description |
|---|---|
private RecordPathSegment |
searchValuePath |
| Constructor and Description |
|---|
StringComparisonFilter(RecordPathSegment recordPath,
RecordPathSegment searchValuePath) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
isMatch(String fieldValue,
String comparison) |
protected boolean |
test(FieldValue fieldValue,
RecordPathEvaluationContext context) |
filter, mapToBooleanprivate final RecordPathSegment searchValuePath
public StringComparisonFilter(RecordPathSegment recordPath, RecordPathSegment searchValuePath)
protected boolean test(FieldValue fieldValue, RecordPathEvaluationContext context)
test in class FunctionFilterCopyright © 2023 Apache NiFi Project. All rights reserved.