| Package | Description |
|---|---|
| io.helidon.config.spi |
Configuration SPI that defines the behavior developers can implement to extend the config system.
|
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ConfigNode.ListNode |
ConfigNode-based list of configuration values.
|
static interface |
ConfigNode.ObjectNode |
Configuration node representing a hierarchical structure parsed by a
suitable
ConfigParser if necessary. |
static interface |
ConfigNode.ValueNode |
Single string-based configuration value.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.