public class ConfigServerConfigDataMissingEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
static int |
ORDER
Order of post processor, set to run after
ConfigDataEnvironmentPostProcessor. |
| Constructor and Description |
|---|
ConfigServerConfigDataMissingEnvironmentPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public static final int ORDER
ConfigDataEnvironmentPostProcessor.public ConfigServerConfigDataMissingEnvironmentPostProcessor()
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application)
postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessorCopyright © 2021 Pivotal Software, Inc.. All rights reserved.