Package es.urjc.etsii.grafo.config
Class YmlPropSourceFactory
java.lang.Object
es.urjc.etsii.grafo.config.YmlPropSourceFactory
- All Implemented Interfaces:
org.springframework.core.io.support.PropertySourceFactory
public class YmlPropSourceFactory
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
-
YmlPropSourceFactory
public YmlPropSourceFactory()
-
-
Method Details
-
createPropertySource
public org.springframework.core.env.PropertySource<?> createPropertySource(String name, org.springframework.core.io.support.EncodedResource encodedResource) - Specified by:
createPropertySource
in interfaceorg.springframework.core.io.support.PropertySourceFactory
-