-
- All Superinterfaces:
ConfigContent
- Enclosing interface:
- ConfigContent
public static interface ConfigContent.OverrideContent extends ConfigContent
A content of anOverrideSource
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConfigContent.OverrideContent.Builder
-
Nested classes/interfaces inherited from interface io.helidon.config.spi.ConfigContent
ConfigContent.NodeContent, ConfigContent.OverrideContent
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ConfigContent.OverrideContent.Builder
builder()
A fluent API builder forConfigContent.OverrideContent
.OverrideSource.OverrideData
data()
Data of this override source.-
Methods inherited from interface io.helidon.config.spi.ConfigContent
close, stamp
-
-
-
-
Method Detail
-
builder
static ConfigContent.OverrideContent.Builder 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
-
-