类 AbstractPropertySourceFactory

java.lang.Object
spring.turbo.module.configuration.env.AbstractPropertySourceFactory
所有已实现的接口:
org.springframework.core.io.support.PropertySourceFactory
直接已知子类:
HoconPropertySourceFactory, YamlPropertySourceFactory

public abstract class AbstractPropertySourceFactory extends Object implements org.springframework.core.io.support.PropertySourceFactory
(内部使用)
从以下版本开始:
2.1.3
作者:
应卓
  • 构造器详细资料

    • AbstractPropertySourceFactory

      public AbstractPropertySourceFactory(org.springframework.boot.env.PropertySourceLoader loader)
  • 方法详细资料

    • createPropertySource

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