Class YamlPropertySourceFactory
java.lang.Object
info.ejava.examples.app.config.propertysource.annotation.YamlPropertySourceFactory
- All Implemented Interfaces:
org.springframework.core.io.support.PropertySourceFactory
public class YamlPropertySourceFactory
extends Object
implements org.springframework.core.io.support.PropertySourceFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.env.PropertySource<?> createPropertySource(String name, org.springframework.core.io.support.EncodedResource encodedResource)
-
Constructor Details
-
YamlPropertySourceFactory
public YamlPropertySourceFactory()
-
-
Method Details
-
createPropertySource
public org.springframework.core.env.PropertySource<?> createPropertySource(String name, org.springframework.core.io.support.EncodedResource encodedResource) - Specified by:
createPropertySourcein interfaceorg.springframework.core.io.support.PropertySourceFactory
-