Class GcpSecretManagerEnvironmentPostProcessor

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

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

    • GcpSecretManagerEnvironmentPostProcessor

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