- All Superinterfaces:
ConfigContent
- Enclosing interface:
ConfigContent
A content of an
OverrideSource
.-
Nested Class Summary
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.OverrideContent
.data()
Data of this override source.Methods inherited from interface io.helidon.config.spi.ConfigContent
close, stamp
-
Method Details
-
builder
A fluent API builder forConfigContent.OverrideContent
.- Returns:
- a new builder instance
-
data
OverrideSource.OverrideData data()Data of this override source.- Returns:
- the data of the underlying source as override data
-