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