Class ConfigDataMissingEnvironmentPostProcessor

java.lang.Object
org.springframework.cloud.commons.ConfigDataMissingEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered

public abstract class ConfigDataMissingEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
Author:
Ryan Baxter
  • Field Details

    • CONFIG_IMPORT_PROPERTY

      public static final String CONFIG_IMPORT_PROPERTY
      Spring config import property name.
      See Also:
    • ORDER

      public static final int ORDER
      Order of post processor, set to run after ConfigDataEnvironmentPostProcessor.
      See Also:
  • Constructor Details

    • ConfigDataMissingEnvironmentPostProcessor

      public ConfigDataMissingEnvironmentPostProcessor()
  • Method Details

    • getOrder

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

      protected abstract boolean shouldProcessEnvironment(org.springframework.core.env.Environment environment)
    • getPrefix

      protected abstract String getPrefix()
    • 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