- 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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigContent.NodeContentbuild()Build the instance from this builder.ConfigContent.NodeContent.Buildernode(ConfigNode.ObjectNode rootNode)Node with the configuration of this content.- 
Methods inherited from class io.helidon.config.spi.ConfigContent.Builderstamp
 
- 
 
- 
- 
- 
Method Detail- 
nodepublic 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
 
 - 
buildpublic ConfigContent.NodeContent build() Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
- buildin interface- Builder<ConfigContent.NodeContent>
- Returns:
- instance of the built type
 
 
- 
 
-