-
- All Superinterfaces:
ConfigContent
- Enclosing interface:
- ConfigContent
public static interface ConfigContent.NodeContent extends ConfigContent
Config content that provides anConfigNode.ObjectNode
directly, with no need for parsing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConfigContent.NodeContent.Builder
Fluent API builder forConfigContent.NodeContent
.-
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.NodeContent.Builder
builder()
A fluent API builder forConfigContent.NodeContent
.ConfigNode.ObjectNode
data()
Data of this config source.-
Methods inherited from interface io.helidon.config.spi.ConfigContent
close, stamp
-
-
-
-
Method Detail
-
builder
static ConfigContent.NodeContent.Builder 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
-
-