Uses of Class
io.helidon.config.ObjectNodeImpl
-
Packages that use ObjectNodeImpl Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data. -
-
Uses of ObjectNodeImpl in io.helidon.config
Methods in io.helidon.config that return ObjectNodeImpl Modifier and Type Method Description ObjectNodeImpl
ObjectNodeBuilderImpl. build()
ObjectNodeImpl
ObjectNodeImpl. initDescription(String description)
Initialize diagnostics description of source of node instance.static ObjectNodeImpl
ObjectNodeImpl. wrap(ConfigNode.ObjectNode objectNode)
Wraps value node into mergeable value node.static ObjectNodeImpl
ObjectNodeImpl. wrap(ConfigNode.ObjectNode objectNode, Function<String,String> resolveTokenFunction)
Wraps value node into mergeable value node.
-