Class CloudFoundryVcapServicesPropertySourceLoader

All Implemented Interfaces:
PropertySourceLoader, PropertySourceLocator, PropertySourceReader, Ordered, Toggleable

@Deprecated(forRemoval=true) @Internal public class CloudFoundryVcapServicesPropertySourceLoader extends EnvJsonPropertySourceLoader
Deprecated, for removal: This API element is subject to removal in a future version.
CloudFoundry support should be added manually

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

Since:
2.0
Author:
Fabian Nonnenmacher
  • Field Details

    • POSITION

      public static final int POSITION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Position for the system property source loader in the chain.
      See Also:
  • Constructor Details

    • CloudFoundryVcapServicesPropertySourceLoader

      public CloudFoundryVcapServicesPropertySourceLoader()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CloudFoundryVcapServicesPropertySourceLoader

      public CloudFoundryVcapServicesPropertySourceLoader(boolean logEnabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details