Class 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 Detail

      • CONFIG_IMPORT_PROPERTY

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

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

      • ConfigDataMissingEnvironmentPostProcessor

        public ConfigDataMissingEnvironmentPostProcessor()
    • Method Detail

      • 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