| Package | Description |
|---|---|
| io.helidon.config.spi |
Configuration SPI that defines the behavior developers can implement to extend the config system.
|
| Modifier and Type | Method and Description |
|---|---|
default ConfigNode.NodeType |
ConfigNode.ListNode.nodeType() |
ConfigNode.NodeType |
ConfigNode.nodeType()
Get the type of this node.
|
default ConfigNode.NodeType |
ConfigNode.ObjectNode.nodeType() |
default ConfigNode.NodeType |
ConfigNode.ValueNode.nodeType() |
static ConfigNode.NodeType |
ConfigNode.NodeType.valueOf(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–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.