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