Uses of Class
io.helidon.config.ObjectNodeImpl
Packages that use ObjectNodeImpl
Package
Description
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 ObjectNodeImplModifier and TypeMethodDescriptionObjectNodeBuilderImpl.build()
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.