Class YamlPropertyLoaderFactory

java.lang.Object
org.skr.config.YamlPropertyLoaderFactory
All Implemented Interfaces:
org.springframework.core.io.support.PropertySourceFactory

public class YamlPropertyLoaderFactory extends Object implements org.springframework.core.io.support.PropertySourceFactory
  • 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 interface org.springframework.core.io.support.PropertySourceFactory
      Throws:
      IOException