Interface PropertySource

All Superinterfaces:
Iterable<String>, Ordered
All Known Implementing Classes:
CommandLinePropertySource, EmptyPropertySource, EnvironmentPropertySource, KubernetesEnvironmentPropertySource, MapPropertySource, SystemPropertiesPropertySource

public interface PropertySource extends Iterable<String>, Ordered
A PropertySource is a location to resolve property values from. The property keys are available via the Iterable.iterator() method.
Since:
1.0
Author:
Graeme Rocher