| Package | Description |
|---|---|
| io.helidon.config |
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
|
| io.helidon.config.spi |
Configuration SPI that defines the behavior developers can implement to extend the config system.
|
| Class and Description |
|---|
| Config
Configuration
|
Config.Builder
Config Builder. |
| Config.Context
Context associated with specific
Config node that allows to access the last loaded instance of the node
or to request reloading of whole configuration. |
| Config.Key
Object represents fully-qualified key of config node.
|
| Config.Type
Configuration node types.
|
| ConfigException
Exception is thrown by
Config implementations. |
| ConfigFilters.ValueResolvingBuilder
A builder for value reference resolving filter.
|
| ConfigMappingException
Configuration value mapping exception.
|
| ConfigSources.CompositeBuilder
Builder of a
ConfigSource that encapsulates multiple separate
ConfigSources. |
| ConfigSources.MapBuilder
Builder of a
ConfigSource based on a Map containing
config entries. |
| ConfigSources.MergingStrategy
An algorithm for combining multiple
ConfigNode.ObjectNode root nodes
into a single ConfigNode.ObjectNode root node. |
| ConfigValue
A typed value of a
Config node. |
| MissingValueException
Exception representing a specific failures related to a missing configuration value.
|
| PollingStrategies.FilesystemWatchBuilder
A builder for a filesystem watch polling strategy.
|
| PollingStrategies.ScheduledBuilder
A builder for a scheduled polling strategy.
|
| RetryPolicies.Builder
A builder of the default
RetryPolicy. |
| Class and Description |
|---|
| Config
Configuration
|
| Config.Key
Object represents fully-qualified key of config node.
|
| ConfigException
Exception is thrown by
Config implementations. |
| ConfigMappingException
Configuration value mapping exception.
|
| MissingValueException
Exception representing a specific failures related to a missing configuration value.
|
Copyright © 2018–2019 Oracle Corporation. All rights reserved.