Uses of Class
io.microsphere.spring.config.ConfigurationProperty
-
Packages that use ConfigurationProperty Package Description io.microsphere.spring.config -
-
Uses of ConfigurationProperty in io.microsphere.spring.config
Methods in io.microsphere.spring.config that return ConfigurationProperty Modifier and Type Method Description ConfigurationPropertyConfigurationPropertyRepository. createIfAbsent(java.lang.String name)Create aConfigurationPropertyinstance if absentConfigurationPropertyConfigurationPropertyRepository. get(java.lang.String name)Get aConfigurationPropertyinstance by nameConfigurationPropertyConfigurationPropertyRepository. remove(java.lang.String name)Remove aConfigurationPropertyinstance by nameMethods in io.microsphere.spring.config that return types with arguments of type ConfigurationProperty Modifier and Type Method Description java.util.Collection<ConfigurationProperty>ConfigurationPropertyRepository. getAll()Get allConfigurationPropertyinstancesMethods in io.microsphere.spring.config with parameters of type ConfigurationProperty Modifier and Type Method Description voidConfigurationPropertyRepository. add(ConfigurationProperty configurationProperty)Add aConfigurationPropertyinstance
-