Uses of Interface
io.smallrye.config.Config
Packages that use Config
-
Uses of Config in io.smallrye.config
Classes in io.smallrye.config that implement ConfigModifier and TypeClassDescriptionclassSmallRyeConfigprovides a way to retrieve configuration values from a configuration name.Methods in io.smallrye.config that return ConfigModifier and TypeMethodDescriptionstatic ConfigConfig.get()Get aSmallRyeConfiginstance for the currentThread.getContextClassLoader().static ConfigConfig.get(ClassLoader classLoader) Get aSmallRyeConfiginstance for the specifiedClassLoader.SmallRyeConfigProviderResolver.getConfig()SmallRyeConfigProviderResolver.getConfig(ClassLoader classLoader) static ConfigConfig.getOrCreate()Get or Create aSmallRyeConfiginstance for the currentThread.getContextClassLoader().static ConfigConfig.getOrCreate(ClassLoader classLoader) Get or Create aSmallRyeConfiginstance for the specifiedClassLoader.