Package io.micronaut.jackson.core.env
JSON property loader.
- Since:
- 1.0
-
Class Summary Class Description CloudFoundryVcapApplicationPropertySourceLoader APropertySourceLoaderthat reads from the environment variable VCAP_APPLICATION which is used by CloudFoundry.CloudFoundryVcapServicesPropertySourceLoader APropertySourceLoaderthat reads from the environment variable VCAP_SERVICES which is used by CloudFoundry.EnvJsonPropertySourceLoader Reads properties from JSON stored in the environment variablesSPRING_APPLICATION_JSONorMICRONAUT_APPLICATION_JSON.JsonPropertySourceLoader APropertySourceLoaderthat readsapplication.jsonfiles if they exist.