Package io.helidon.config.spi
Interface ConfigNode
- 
- All Known Subinterfaces:
- ConfigNode.ListNode,- ConfigNode.ObjectNode,- ConfigNode.ValueNode
 
 public interface ConfigNode extends Supplier<String> Marker interface identifying a config node implementation.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceConfigNode.ListNodeConfigNode-based list of configuration values.static classConfigNode.NodeTypeBase types of config nodes.static interfaceConfigNode.ObjectNodeConfiguration node representing a hierarchical structure parsed by a suitableConfigParserif necessary.static interfaceConfigNode.ValueNodeSingle string-based configuration value.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigNode.NodeTypenodeType()Get the type of this node.
 
- 
- 
- 
Method Detail- 
nodeTypeConfigNode.NodeType nodeType() Get the type of this node.- Returns:
- NodeType this node represents
 
 
- 
 
-