类 YamlPropertySourceFactory
- java.lang.Object
-
- io.microsphere.spring.config.env.support.YamlPropertySourceFactory
-
- 所有已实现的接口:
org.springframework.core.io.support.PropertySourceFactory
public class YamlPropertySourceFactory extends java.lang.Object implements org.springframework.core.io.support.PropertySourceFactory
PropertySourceFactory
for YAML- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
- 另请参阅:
PropertySourceFactory
,PropertySource
-
-
构造器概要
构造器 构造器 说明 YamlPropertySourceFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.core.env.PropertySource<?>
createPropertySource(java.lang.String name, org.springframework.core.io.support.EncodedResource resource)
-
-
-
方法详细资料
-
createPropertySource
public org.springframework.core.env.PropertySource<?> createPropertySource(java.lang.String name, org.springframework.core.io.support.EncodedResource resource) throws java.io.IOException
- 指定者:
createPropertySource
在接口中org.springframework.core.io.support.PropertySourceFactory
- 抛出:
java.io.IOException
-
-