类 HoconPropertySourceLoader

java.lang.Object
spring.turbo.module.configuration.env.HoconPropertySourceLoader
所有已实现的接口:
org.springframework.boot.env.PropertySourceLoader

public class HoconPropertySourceLoader extends Object implements org.springframework.boot.env.PropertySourceLoader
从以下版本开始:
2.1.3
作者:
应卓
  • 构造器详细资料

    • HoconPropertySourceLoader

      public HoconPropertySourceLoader()
  • 方法详细资料

    • getFileExtensions

      public String[] getFileExtensions()
      指定者:
      getFileExtensions 在接口中 org.springframework.boot.env.PropertySourceLoader
    • load

      public List<org.springframework.core.env.PropertySource<?>> load(String name, org.springframework.core.io.Resource resource) throws IOException
      指定者:
      load 在接口中 org.springframework.boot.env.PropertySourceLoader
      抛出:
      IOException