Uses of Interface
org.eclipse.microprofile.config.Config
Packages that use Config
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 Config in org.eclipse.microprofile.config
Methods in org.eclipse.microprofile.config that return ConfigModifier and TypeMethodDescriptionstatic ConfigConfigProvider.getConfig()Get the configuration corresponding to the current application, as defined by the calling thread's context class loader.static ConfigConfigProvider.getConfig(ClassLoader cl) Get the configuration for the application corresponding to the given class loader instance. -
Uses of Config in org.eclipse.microprofile.config.spi
Methods in org.eclipse.microprofile.config.spi that return ConfigModifier and TypeMethodDescriptionConfigBuilder.build()Build a newConfiginstance based on this builder instance.abstract ConfigConfigProviderResolver.getConfig()Get the configuration instance for the current application in the manner described byConfigProvider.getConfig().abstract ConfigConfigProviderResolver.getConfig(ClassLoader loader) Get the configuration instance for the current application in the manner described byConfigProvider.getConfig(ClassLoader).Methods in org.eclipse.microprofile.config.spi with parameters of type ConfigModifier and TypeMethodDescriptionabstract voidConfigProviderResolver.registerConfig(Config config, ClassLoader classLoader) Register the givenConfiginstance to the application identified by the given class loader.abstract voidConfigProviderResolver.releaseConfig(Config config) AConfignormally gets released if the Application it is associated with gets destroyed.