Uses of Class
io.helidon.config.ObjectNodeBuilderImpl
-
Packages that use ObjectNodeBuilderImpl Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data. -
-
Uses of ObjectNodeBuilderImpl in io.helidon.config
Methods in io.helidon.config that return ObjectNodeBuilderImpl Modifier and Type Method Description ObjectNodeBuilderImpl
ObjectNodeBuilderImpl. addNode(String name, ConfigNode node)
Sets new member into the map.static ObjectNodeBuilderImpl
ObjectNodeBuilderImpl. create()
Create a new builder instance.static ObjectNodeBuilderImpl
ObjectNodeBuilderImpl. create(Map<String,ConfigNode> members)
Creates new instance of the builder initialized from original map of members.static ObjectNodeBuilderImpl
ObjectNodeBuilderImpl. create(Map<String,ConfigNode> members, Function<String,String> resolveTokenFunction)
Creates new instance of the builder initialized from original map of members.ObjectNodeBuilderImpl
ObjectNodeBuilderImpl. value(String value)
Configure direct value of this node.
-