@FunctionalInterface public interface TransformAction
Modifier and Type | Method and Description |
---|---|
Object[] |
visitPath(ConfigurationTransformation.NodePath inputPath,
ConfigurationNode valueAtPath)
Called at a certain path, with the node at that path
|
Object[] visitPath(ConfigurationTransformation.NodePath inputPath, ConfigurationNode valueAtPath)
inputPath
- The path of the given nodevalueAtPath
- The node at the input path. May be modifiedCopyright © 2014–2017. All rights reserved.