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)static voidConfigMappings. registerConfigProperties(SmallRyeConfig config, Set<ConfigMappings.ConfigClassWithPrefix> configClasses)Constructors in io.smallrye.config with parameters of type SmallRyeConfig Constructor Description ConfigMappingContext(SmallRyeConfig config, Map<String,List<Class<?>>> roots, Map<String,Map<String,Set<String>>> names)
-