public class StringLiteralExpression extends Object implements Expression
| Constructor and Description |
|---|
StringLiteralExpression(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(EvaluationContext evaluationContext,
AttributeValueDecorator decorator)
Evaluates this Expression against the given variables, attribute decorator, and state variables
|
private final String value
public StringLiteralExpression(String value)
public String evaluate(EvaluationContext evaluationContext, AttributeValueDecorator decorator)
Expressionevaluate in interface ExpressionevaluationContext - the context used to evaluate the Expressiondecorator - decorator to decorate variable valuesCopyright © 2022 Apache NiFi Project. All rights reserved.