Uses of Class
io.smallrye.config.ConfigMappings.ConfigClassWithPrefix
-
Packages that use ConfigMappings.ConfigClassWithPrefix Package Description io.smallrye.config -
-
Uses of ConfigMappings.ConfigClassWithPrefix in io.smallrye.config
Methods in io.smallrye.config that return ConfigMappings.ConfigClassWithPrefix Modifier and Type Method Description static ConfigMappings.ConfigClassWithPrefixConfigMappings.ConfigClassWithPrefix. configClassWithPrefix(Class<?> klass)static ConfigMappings.ConfigClassWithPrefixConfigMappings.ConfigClassWithPrefix. configClassWithPrefix(Class<?> klass, String prefix)Methods in io.smallrye.config with parameters of type ConfigMappings.ConfigClassWithPrefix Modifier and Type Method Description static Map<String,ConfigMappingInterface.Property>ConfigMappings. getProperties(ConfigMappings.ConfigClassWithPrefix configClass)Constructs a representation of allConfigMappingInterface.Propertycontained in a mapping class.static Set<String>ConfigMappings. mappedProperties(ConfigMappings.ConfigClassWithPrefix configClass, Set<String> properties)Deprecated.Method parameters in io.smallrye.config with type arguments of type ConfigMappings.ConfigClassWithPrefix 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.
-