类 NacosDefaultPropertySourceEnvironmentPostProcessor
- java.lang.Object
-
- com.alibaba.nacos.sys.env.NacosDefaultPropertySourceEnvironmentPostProcessor
-
- 所有已实现的接口:
org.springframework.boot.env.EnvironmentPostProcessor,org.springframework.core.Ordered
@Deprecated public class NacosDefaultPropertySourceEnvironmentPostProcessor extends java.lang.Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered已过时。A lowest precedenceEnvironmentPostProcessorimplementation to append Nacos defaultPropertySourcewith lowest order inEnvironment.- 从以下版本开始:
- 0.2.2
- 作者:
- Mercy
-
-
字段概要
字段 修饰符和类型 字段 说明 private static java.lang.StringFILE_ENCODING已过时。static java.lang.StringPROPERTY_SOURCE_NAME已过时。The name of Nacos defaultPropertySource.static java.lang.StringRESOURCE_LOCATION_PATTERN已过时。The resource location pattern of Nacos defaultPropertySource.
-
构造器概要
构造器 构造器 说明 NacosDefaultPropertySourceEnvironmentPostProcessor()已过时。
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 private voidappendPropertySource(org.springframework.core.env.CompositePropertySource propertySource, org.springframework.core.io.ResourceLoader resourceLoader)已过时。private org.springframework.core.env.PropertySourcebuildPropertySource(org.springframework.core.io.ResourceLoader resourceLoader)已过时。intgetOrder()已过时。private org.springframework.core.io.ResourceLoadergetResourceLoader(org.springframework.boot.SpringApplication application)已过时。voidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)已过时。private voidprocessPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.core.io.ResourceLoader resourceLoader)已过时。
-
-
-
字段详细资料
-
PROPERTY_SOURCE_NAME
public static final java.lang.String PROPERTY_SOURCE_NAME
已过时。The name of Nacos defaultPropertySource.- 另请参阅:
- 常量字段值
-
RESOURCE_LOCATION_PATTERN
public static final java.lang.String RESOURCE_LOCATION_PATTERN
已过时。The resource location pattern of Nacos defaultPropertySource.- 另请参阅:
ResourcePatternResolver.CLASSPATH_ALL_URL_PREFIX, 常量字段值
-
FILE_ENCODING
private static final java.lang.String FILE_ENCODING
已过时。- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)已过时。- 指定者:
postProcessEnvironment在接口中org.springframework.boot.env.EnvironmentPostProcessor
-
getResourceLoader
private org.springframework.core.io.ResourceLoader getResourceLoader(org.springframework.boot.SpringApplication application)
已过时。
-
processPropertySource
private void processPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.core.io.ResourceLoader resourceLoader)已过时。
-
buildPropertySource
private org.springframework.core.env.PropertySource buildPropertySource(org.springframework.core.io.ResourceLoader resourceLoader) throws java.io.IOException已过时。- 抛出:
java.io.IOException
-
appendPropertySource
private void appendPropertySource(org.springframework.core.env.CompositePropertySource propertySource, org.springframework.core.io.ResourceLoader resourceLoader) throws java.io.IOException已过时。- 抛出:
java.io.IOException
-
getOrder
public int getOrder()
已过时。- 指定者:
getOrder在接口中org.springframework.core.Ordered
-
-