- All Superinterfaces:
ConfigContent
- Enclosing interface:
ConfigContent
Config content that provides an
ConfigNode.ObjectNode
directly, with no need
for parsing.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Fluent API builder forConfigContent.NodeContent
.Nested classes/interfaces inherited from interface io.helidon.config.spi.ConfigContent
ConfigContent.NodeContent, ConfigContent.OverrideContent
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
A fluent API builder forConfigContent.NodeContent
.data()
Data of this config source.Methods inherited from interface io.helidon.config.spi.ConfigContent
close, stamp
-
Method Details
-
builder
A fluent API builder forConfigContent.NodeContent
.- Returns:
- a new builder instance
-
data
ConfigNode.ObjectNode data()Data of this config source.- Returns:
- the data of the underlying source as an object node
-