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 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:
      createPropertySource in interface org.springframework.core.io.support.PropertySourceFactory