Class YamlPropertyLoaderFactory
java.lang.Object
org.springframework.core.io.support.DefaultPropertySourceFactory
com.broadleafcommerce.common.jpa.autoconfigure.converter.YamlPropertyLoaderFactory
- All Implemented Interfaces:
org.springframework.core.io.support.PropertySourceFactory
public class YamlPropertyLoaderFactory
extends org.springframework.core.io.support.DefaultPropertySourceFactory
- Author:
- Chad Harchar (charchar)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.env.PropertySource<?>
createPropertySource
(String name, org.springframework.core.io.support.EncodedResource resource)
-
Constructor Details
-
YamlPropertyLoaderFactory
public YamlPropertyLoaderFactory()
-
-
Method Details
-
createPropertySource
public org.springframework.core.env.PropertySource<?> createPropertySource(String name, org.springframework.core.io.support.EncodedResource resource) throws IOException - Specified by:
createPropertySource
in interfaceorg.springframework.core.io.support.PropertySourceFactory
- Overrides:
createPropertySource
in classorg.springframework.core.io.support.DefaultPropertySourceFactory
- Throws:
IOException
-