类 YamlPropertySourceFactory

java.lang.Object
cloud.opencode.base.factory.YamlPropertySourceFactory
所有已实现的接口:
org.springframework.core.io.support.PropertySourceFactory

public class YamlPropertySourceFactory extends Object implements org.springframework.core.io.support.PropertySourceFactory
版本:
v1.0.0
作者:
Jon So, e-mail: ijonso123@gmail.com url: Jon's blog url: project github
  • 构造器详细资料

    • YamlPropertySourceFactory

      public YamlPropertySourceFactory()
  • 方法详细资料

    • createPropertySource

      public org.springframework.core.env.PropertySource<?> createPropertySource(String s, org.springframework.core.io.support.EncodedResource encodedResource) throws IOException
      指定者:
      createPropertySource 在接口中 org.springframework.core.io.support.PropertySourceFactory
      抛出:
      IOException