public class SystemEnvironmentPropertySourceEnvironmentPostProcessor extends ObjectSE implements EnvironmentPostProcessor, org.springframework.core.Ordered
SystemEnvironmentPropertySource を、すべてのシステム環境プロパティの SystemEnvironmentOrigin を追跡できる SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource に置き換える EnvironmentPostProcessor。| 修飾子と型 | クラスと説明 |
|---|---|
protected static class | SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySourceOrigin も追跡する SystemEnvironmentPropertySource。 |
| 修飾子と型 | フィールドと説明 |
|---|---|
static int | DEFAULT_ORDER プロセッサーのデフォルトの順序。 |
| コンストラクターと説明 |
|---|
SystemEnvironmentPropertySourceEnvironmentPostProcessor() |
| 修飾子と型 | メソッドと説明 |
|---|---|
int | getOrder() |
void | postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, SpringApplication application) 指定された environment を後処理します。 |
void | setOrder(int order) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static final int DEFAULT_ORDER
public SystemEnvironmentPropertySourceEnvironmentPostProcessor()
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
SpringApplication application)EnvironmentPostProcessorenvironment を後処理します。EnvironmentPostProcessor 内の postProcessEnvironment environment - 後処理する環境 application - 環境が属するアプリケーション public int getOrder()
org.springframework.core.Ordered 内の getOrder public void setOrder(int order)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.