| Package | Description |
|---|---|
| io.helidon.config |
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
|
| Modifier and Type | Method and Description |
|---|---|
Config.Type |
Config.type()
Provides the
Config.Type of the Config node. |
static Config.Type |
Config.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.Type[] |
Config.Type.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.