Class SourceDataEntriesProcessor
java.lang.Object
org.springframework.core.env.PropertySource<Map<String,Object>>
org.springframework.core.env.EnumerablePropertySource<Map<String,Object>>
org.springframework.core.env.MapPropertySource
org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
org.springframework.cloud.kubernetes.commons.config.SourceDataEntriesProcessor
Processor that extracts data from an input, where input can be a single yaml/properties
file.
- Author:
- Ioannis Canellos, Ali Shahbour, Michael Moudatsos
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanisEmpty()processAllEntries(Map<String, String> input, org.springframework.core.env.Environment environment) processAllEntries(Map<String, String> input, org.springframework.core.env.Environment environment, boolean includeDefaultProfileData) Methods inherited from class org.springframework.core.env.MapPropertySource
containsProperty, getProperty, getPropertyNamesMethods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString
-
Constructor Details
-
SourceDataEntriesProcessor
-
-
Method Details
-
processAllEntries
-
processAllEntries
-
isEmpty
public final boolean isEmpty()
-