Package org.skr.config
Class YamlPropertyLoaderFactory
- java.lang.Object
-
- org.skr.config.YamlPropertyLoaderFactory
-
- All Implemented Interfaces:
org.springframework.core.io.support.PropertySourceFactory
public class YamlPropertyLoaderFactory extends java.lang.Object implements org.springframework.core.io.support.PropertySourceFactory
-
-
Constructor Summary
Constructors Constructor Description YamlPropertyLoaderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.env.PropertySource<?>createPropertySource(java.lang.String name, org.springframework.core.io.support.EncodedResource resource)
-
-
-
Method Detail
-
createPropertySource
public org.springframework.core.env.PropertySource<?> createPropertySource(java.lang.String name, org.springframework.core.io.support.EncodedResource resource) throws java.io.IOException- Specified by:
createPropertySourcein interfaceorg.springframework.core.io.support.PropertySourceFactory- Throws:
java.io.IOException
-
-