| Package | Description |
|---|---|
| org.apache.nifi.record.path | |
| org.apache.nifi.record.path.functions | |
| org.apache.nifi.record.path.paths | |
| org.apache.nifi.record.path.util |
| Modifier and Type | Method and Description |
|---|---|
static RecordPath |
RecordPath.compile(String path)
Compiles a RecordPath from the given text
|
| Modifier and Type | Class and Description |
|---|---|
class |
Base64Decode |
class |
Base64Encode |
class |
Coalesce |
class |
Concat |
class |
Count |
class |
EscapeJson |
class |
FieldName |
class |
FilterFunction
A Filter Function is responsible for taking a RecordPathFilter and turning it into a function that is capable of
being evaluated against a RecordPathEvaluationContext such that the return value is a Stream<FieldValue> whose
values are booleans.
|
class |
Format |
class |
Hash |
class |
NoArgStringFunction
Abstract class for String functions without any argument.
|
(package private) class |
Padding |
class |
PadLeft |
class |
PadRight |
class |
Replace |
class |
ReplaceNull |
class |
ReplaceRegex |
class |
Substring |
class |
SubstringAfter |
class |
SubstringAfterLast |
class |
SubstringBefore |
class |
SubstringBeforeLast |
class |
ToBytes |
class |
ToDate |
class |
ToLowerCase |
class |
ToString |
class |
ToUpperCase |
class |
TrimString |
class |
UnescapeJson |
class |
UUID5 |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayIndexPath |
class |
ChildFieldPath |
class |
CurrentFieldPath |
class |
DescendantFieldPath |
class |
LiteralValuePath |
class |
MultiArrayIndexPath |
class |
MultiMapKeyPath |
class |
ParentPath |
class |
PredicatePath |
class |
RecordPathSegment |
class |
RootPath |
class |
SingularMapKeyPath |
class |
WildcardChildPath |
class |
WildcardDescendantPath |
class |
WildcardIndexPath |
| Modifier and Type | Field and Description |
|---|---|
private com.github.benmanes.caffeine.cache.LoadingCache<String,RecordPath> |
RecordPathCache.compiledRecordPaths |
| Modifier and Type | Method and Description |
|---|---|
RecordPath |
RecordPathCache.getCompiled(String path) |
Copyright © 2023 Apache NiFi Project. All rights reserved.