- java.lang.Object
-
- org.springframework.core.env.PropertySource<T>
-
- org.springframework.core.env.EnumerablePropertySource<Collection<org.springframework.core.env.PropertySource<?>>>
-
- org.springframework.boot.env.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).
- Author:
- Dave Syer
- See Also:
PropertySource
,
EnumerablePropertySource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource
org.springframework.core.env.PropertySource.StubPropertySource
-
Field Summary
-
Fields inherited from class org.springframework.core.env.PropertySource
logger, name, source
-
Method Summary
-
Methods inherited from class org.springframework.core.env.EnumerablePropertySource
containsProperty
-
Methods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.