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 ConfigurationProperty
ConfigurationPropertyRepository. createIfAbsent(java.lang.String name)
Create aConfigurationProperty
instance if absentConfigurationProperty
ConfigurationPropertyRepository. get(java.lang.String name)
Get aConfigurationProperty
instance by nameConfigurationProperty
ConfigurationPropertyRepository. remove(java.lang.String name)
Remove aConfigurationProperty
instance 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 allConfigurationProperty
instancesMethods in io.microsphere.spring.config with parameters of type ConfigurationProperty Modifier and Type Method Description void
ConfigurationPropertyRepository. add(ConfigurationProperty configurationProperty)
Add aConfigurationProperty
instance
-