| Package | Description |
|---|---|
| org.apache.nifi.attribute.expression.language.evaluation.functions |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonPathAddEvaluator
JsonPathAddEvaluator allows adding a value to an array at the specified existing path
|
class |
JsonPathDeleteEvaluator
JsonPathDeleteEvaluator allows delete elements at the specified path
|
class |
JsonPathEvaluator
JsonPathEvaluator provides access to document at the specified JsonPath
|
class |
JsonPathPutEvaluator
JsonPathPutEvaluator allows setting or adding a key and scalar value at the specified existing path
|
class |
JsonPathSetEvaluator
JsonPathSetEvaluator allows setting values at the specified existing path
|
class |
JsonPathUpdateEvaluator
JsonPathUpdateEvaluator is base class for updating attributes
Subclasses need to implement
JsonPathUpdateEvaluator.updateAttribute(com.jayway.jsonpath.DocumentContext, com.jayway.jsonpath.JsonPath, java.lang.Object) method otherwise it throws NotImplementedException |
Copyright © 2023 Apache NiFi Project. All rights reserved.