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 ObjectNodeImplObjectNodeBuilderImpl. build()ObjectNodeImplObjectNodeImpl. initDescription(String description)Initialize diagnostics description of source of node instance.static ObjectNodeImplObjectNodeImpl. wrap(ConfigNode.ObjectNode objectNode)Wraps value node into mergeable value node.static ObjectNodeImplObjectNodeImpl. wrap(ConfigNode.ObjectNode objectNode, Function<String,String> resolveTokenFunction)Wraps value node into mergeable value node.
-