| Class | Description | 
|---|---|
| CloudFoundryVcapApplicationPropertySourceLoader | A  PropertySourceLoaderthat reads from the environment variable VCAP_APPLICATION
 which is used by CloudFoundry. | 
| CloudFoundryVcapServicesPropertySourceLoader | A  PropertySourceLoaderthat reads from the environment variable VCAP_SERVICES
 which is used by CloudFoundry. | 
| EnvJsonPropertySourceLoader | Reads properties from JSON stored in the environment variables SPRING_APPLICATION_JSON or MICRONAUT_APPLICATION_JSON. | 
| JsonPropertySourceLoader | A  PropertySourceLoaderthat reads application.json files if they exist. |