Interface ConfigContent.NodeContent
- All Superinterfaces:
ConfigContent
- Enclosing interface:
ConfigContent
Config content that provides an
ConfigNode.ObjectNode directly, with no need
for parsing.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forConfigContent.NodeContent.Nested classes/interfaces inherited from interface ConfigContent
ConfigContent.NodeContent, ConfigContent.OverrideContentModifier and TypeInterfaceDescriptionstatic interfaceConfig content that provides anConfigNode.ObjectNodedirectly, with no need for parsing.static interfaceA content of anOverrideSource. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A fluent API builder forConfigContent.NodeContent.data()Data of this config source.
-
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
-