Class CloudFoundryVcapServicesPropertySourceLoader

java.lang.Object
io.micronaut.context.env.AbstractPropertySourceLoader
io.micronaut.jackson.core.env.JsonPropertySourceLoader
io.micronaut.jackson.core.env.EnvJsonPropertySourceLoader
io.micronaut.jackson.core.env.CloudFoundryVcapServicesPropertySourceLoader
All Implemented Interfaces:
io.micronaut.context.env.PropertySourceLoader, io.micronaut.context.env.PropertySourceLocator, io.micronaut.context.env.PropertySourceReader, io.micronaut.core.order.Ordered, io.micronaut.core.util.Toggleable

@Internal public class CloudFoundryVcapServicesPropertySourceLoader extends EnvJsonPropertySourceLoader

A PropertySourceLoader that reads from the environment variable VCAP_SERVICES which is used by CloudFoundry.

Since:
2.0
  • Field Details

    • POSITION

      public static final int POSITION
      Position for the system property source loader in the chain.
      See Also:
  • Constructor Details

    • CloudFoundryVcapServicesPropertySourceLoader

      public CloudFoundryVcapServicesPropertySourceLoader()
    • CloudFoundryVcapServicesPropertySourceLoader

      public CloudFoundryVcapServicesPropertySourceLoader(boolean logEnabled)
  • Method Details