Uses of Class
io.smallrye.config.SmallRyeConfig
-
Packages that use SmallRyeConfig Package Description io.smallrye.config -
-
Uses of SmallRyeConfig in io.smallrye.config
Methods in io.smallrye.config that return SmallRyeConfig Modifier and Type Method Description SmallRyeConfigSmallRyeConfigBuilder. build()abstract SmallRyeConfigSmallRyeConfigFactory. getConfigFor(SmallRyeConfigProviderResolver configProviderResolver, ClassLoader classLoader)Get the configuration object for the given class loader.Methods in io.smallrye.config with parameters of type SmallRyeConfig Modifier and Type Method Description static voidConfigMappings. registerConfigMappings(SmallRyeConfig config, Set<ConfigMappings.ConfigClassWithPrefix> configClasses)Registers additionalConfigMappingannotated classes with aSmallRyeConfiginstance.static voidConfigMappings. registerConfigProperties(SmallRyeConfig config, Set<ConfigMappings.ConfigClassWithPrefix> configClasses)Registers additionalConfigPropertiesannotated classes with aSmallRyeConfiginstance.Constructors in io.smallrye.config with parameters of type SmallRyeConfig Constructor Description ConfigMappingContext(SmallRyeConfig config, Map<Class<?>,Set<String>> roots)
-