Uses of Interface
cn.sliew.milky.common.environment.PropertySourceIterable
-
Packages that use PropertySourceIterable Package Description cn.sliew.milky.common.environment -
-
Uses of PropertySourceIterable in cn.sliew.milky.common.environment
Classes in cn.sliew.milky.common.environment that implement PropertySourceIterable Modifier and Type Class Description classMutablePropertySourcesThe default implementation of thePropertySourceIterableinterface.Constructors in cn.sliew.milky.common.environment with parameters of type PropertySourceIterable Constructor Description MutablePropertySources(PropertySourceIterable propertySources)Create a newMutablePropertySourcesfrom the given propertySources object, preserving the original order of containedPropertySourceobjects.PropertySourcesPropertyResolver(PropertySourceIterable propertySources)
-