Package io.micronaut.context.env
Interface PropertySourceLocator
- All Known Subinterfaces:
PropertySourceLoader
- All Known Implementing Classes:
AbstractPropertySourceLoader
,CloudFoundryVcapApplicationPropertySourceLoader
,CloudFoundryVcapServicesPropertySourceLoader
,EnvJsonPropertySourceLoader
,JsonPropertySourceLoader
,JsonPropertySourceLoader
,PropertiesPropertySourceLoader
,YamlPropertySourceLoader
public interface PropertySourceLocator
An interface for beans that are capable of locating a
PropertySource
instance.- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Modifier and TypeMethodDescriptionload
(Environment environment) Locate aPropertySource
for the given environment.
-
Method Details
-
load
Locate aPropertySource
for the given environment.- Parameters:
environment
- The environment- Returns:
- The located property source
-