Class GcpParameterManagerEnvironmentPostProcessor

java.lang.Object
com.google.cloud.spring.autoconfigure.parametermanager.GcpParameterManagerEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor

public class GcpParameterManagerEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
Registers converters used by Spring Cloud GCP Parameter Manager.
  • Constructor Details

    • GcpParameterManagerEnvironmentPostProcessor

      public GcpParameterManagerEnvironmentPostProcessor()
  • 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