Skip navigation links

Package org.eclipse.microprofile.config.spi

This package contains classes which are used to implement the configuration API, and to extend the standard configuration functionality in a portable way.

See: Description

Package org.eclipse.microprofile.config.spi Description

This package contains classes which are used to implement the configuration API, and to extend the standard configuration functionality in a portable way.

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.

Skip navigation links