- java.lang.Object
-
- io.helidon.config.spi.ConfigContent.Builder<ConfigContent.NodeContent.Builder>
-
- io.helidon.config.spi.ConfigContent.NodeContent.Builder
-
- All Implemented Interfaces:
Builder<ConfigContent.NodeContent>
,Supplier<ConfigContent.NodeContent>
- Enclosing interface:
- ConfigContent.NodeContent
public static class ConfigContent.NodeContent.Builder extends ConfigContent.Builder<ConfigContent.NodeContent.Builder> implements Builder<ConfigContent.NodeContent>
Fluent API builder forConfigContent.NodeContent
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigContent.NodeContent
build()
Build the instance from this builder.ConfigContent.NodeContent.Builder
node(ConfigNode.ObjectNode rootNode)
Node with the configuration of this content.-
Methods inherited from class io.helidon.config.spi.ConfigContent.Builder
stamp
-
-
-
-
Method Detail
-
node
public ConfigContent.NodeContent.Builder node(ConfigNode.ObjectNode rootNode)
Node with the configuration of this content.- Parameters:
rootNode
- the root node that links the configuration tree of this source- Returns:
- updated builder instance
-
build
public ConfigContent.NodeContent build()
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<ConfigContent.NodeContent>
- Returns:
- instance of the built type
-
-