public class FieldValueWalker extends Object
FieldValue to the root.
Each FieldValue in the hierarchy will be passed to a Consumer.| Constructor and Description |
|---|
FieldValueWalker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
walk(FieldValue fieldValue,
Consumer<FieldValue> consumer)
Walk the hierarchy from a given
FieldValue with the provided Consumer. |
public static void walk(FieldValue fieldValue, Consumer<FieldValue> consumer)
FieldValue with the provided Consumer.fieldValue - FieldValue to start withconsumer - Consumer for each FieldValueCopyright © 2023 Apache NiFi Project. All rights reserved.