Class GcpCloudFoundryEnvironmentPostProcessor

java.lang.Object
com.google.cloud.spring.cloudfoundry.GcpCloudFoundryEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered

public class GcpCloudFoundryEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
Converts GCP service broker metadata into Spring Cloud GCP configuration properties.
  • Constructor Details

    • GcpCloudFoundryEnvironmentPostProcessor

      public GcpCloudFoundryEnvironmentPostProcessor()
  • Method Details

    • postProcessEnvironment

      public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
      Specified by:
      postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered