See: Description
Interface | Description |
---|---|
ConfigBuilder |
A builder for manually creating a configuration instance.
|
ConfigSource |
A configuration source which provides configuration values from a specific place.
|
ConfigSourceProvider |
A provider for configuration source instances.
|
Converter<T> |
A mechanism for converting configured values from
String to any Java type. |
Class | Description |
---|---|
ConfigProviderResolver |
The service provider for implementations of the MicroProfile Configuration specification.
|
Users and frameworks may provide custom ConfigSource
and
Converter
instances. Configuration instances may be set up and created
using the ConfigBuilder
API.
The package also contains the class ConfigProviderResolver
, which is used
to implement the specification itself.