类 EnumerableCompositePropertySource


  • public class EnumerableCompositePropertySource
    extends org.springframework.core.env.EnumerablePropertySource<Collection<org.springframework.core.env.PropertySource<?>>>
    An mutable, enumerable, composite property source. New sources are added last (and hence resolved with lowest priority).
    另请参阅:
    PropertySource, EnumerablePropertySource
    • 嵌套类概要

      • 从类继承的嵌套类/接口 org.springframework.core.env.PropertySource

        org.springframework.core.env.PropertySource.StubPropertySource
    • 字段概要

      • 从类继承的字段 org.springframework.core.env.PropertySource

        logger, name, source
    • 方法详细资料

      • getProperty

        public Object getProperty​(String name)
        指定者:
        getProperty 在类中 org.springframework.core.env.PropertySource<Collection<org.springframework.core.env.PropertySource<?>>>
      • getPropertyNames

        public String[] getPropertyNames()
        指定者:
        getPropertyNames 在类中 org.springframework.core.env.EnumerablePropertySource<Collection<org.springframework.core.env.PropertySource<?>>>
      • add

        public void add​(org.springframework.core.env.PropertySource<?> source)