| Package | Description |
|---|---|
| io.helidon.config.spi |
Configuration SPI that defines the behavior developers can implement to extend the config system.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConfigNode.NodeType |
ConfigNode.getNodeType() |
Get the type of this node.
|
default ConfigNode.NodeType |
ConfigNode.ListNode.getNodeType() |
|
default ConfigNode.NodeType |
ConfigNode.ObjectNode.getNodeType() |
|
default ConfigNode.NodeType |
ConfigNode.ValueNode.getNodeType() |
|
static ConfigNode.NodeType |
ConfigNode.NodeType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ConfigNode.NodeType[] |
ConfigNode.NodeType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.