Uses of Interface
org.eclipse.microprofile.config.spi.ConfigSource
Packages that use ConfigSource
Package
Description
Configuration for Java MicroProfile
This package contains classes which are used to implement the configuration API, and to extend the standard
configuration functionality in a portable way.
-
Uses of ConfigSource in org.eclipse.microprofile.config
Methods in org.eclipse.microprofile.config that return types with arguments of type ConfigSourceModifier and TypeMethodDescriptionConfig.getConfigSources()Return all of the currently registered configuration sources for this configuration. -
Uses of ConfigSource in org.eclipse.microprofile.config.spi
Methods in org.eclipse.microprofile.config.spi that return types with arguments of type ConfigSourceModifier and TypeMethodDescriptionConfigSourceProvider.getConfigSources(ClassLoader forClassLoader) Return theConfigSourceinstances that are provided by this provider.Methods in org.eclipse.microprofile.config.spi with parameters of type ConfigSourceModifier and TypeMethodDescriptionConfigBuilder.withSources(ConfigSource... sources) Add the specifiedConfigSourceinstances to the configuration being built.