| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterReference |
| Modifier and Type | Class and Description |
|---|---|
class |
EscapedParameterReference |
class |
StandardParameterReference |
class |
StartCharacterEscape |
| Modifier and Type | Field and Description |
|---|---|
private List<ParameterToken> |
StandardParameterTokenList.tokens |
| Modifier and Type | Method and Description |
|---|---|
protected ParameterToken |
AbstractParameterParser.parseParameterToken(String input,
int startIndex,
int sequentialStartTags,
List<ParameterToken> tokens) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ParameterToken> |
StandardParameterTokenList.iterator() |
List<ParameterToken> |
StandardParameterTokenList.toList() |
List<ParameterToken> |
ParameterTokenList.toList() |
| Modifier and Type | Method and Description |
|---|---|
protected ParameterToken |
AbstractParameterParser.parseParameterToken(String input,
int startIndex,
int sequentialStartTags,
List<ParameterToken> tokens) |
private String |
StandardParameterTokenList.substitute(Function<ParameterToken,String> transform) |
| Constructor and Description |
|---|
StandardParameterTokenList(String input,
List<ParameterToken> tokens) |
Copyright © 2023 Apache NiFi Project. All rights reserved.