private static class ReplaceText.RegexReplace extends Object implements ReplaceText.ReplacementStrategyExecutor
| Modifier and Type | Field and Description |
|---|---|
private AttributeValueDecorator |
escapeBackRefDecorator |
private int |
numCapturingGroups |
| Constructor and Description |
|---|
RegexReplace(String regex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllDataBufferedForEntireText() |
FlowFile |
replace(FlowFile flowFile,
ProcessSession session,
ProcessContext context,
String evaluateMode,
Charset charset,
int maxBufferSize) |
private final int numCapturingGroups
private final AttributeValueDecorator escapeBackRefDecorator
public RegexReplace(String regex)
public FlowFile replace(FlowFile flowFile, ProcessSession session, ProcessContext context, String evaluateMode, Charset charset, int maxBufferSize)
replace in interface ReplaceText.ReplacementStrategyExecutorpublic boolean isAllDataBufferedForEntireText()
isAllDataBufferedForEntireText in interface ReplaceText.ReplacementStrategyExecutorCopyright © 2023 Apache NiFi Project. All rights reserved.