Class HoconPropertySourceLoader

java.lang.Object
spring.turbo.module.configuration.env.HoconPropertySourceLoader
All Implemented Interfaces:
org.springframework.boot.env.PropertySourceLoader

public class HoconPropertySourceLoader extends Object implements org.springframework.boot.env.PropertySourceLoader
Since:
2.1.3
Author:
应卓
  • Constructor Details

    • HoconPropertySourceLoader

      public HoconPropertySourceLoader()
  • Method Details

    • getFileExtensions

      public String[] getFileExtensions()
      Specified by:
      getFileExtensions in interface org.springframework.boot.env.PropertySourceLoader
    • load

      public List<org.springframework.core.env.PropertySource<?>> load(String name, org.springframework.core.io.Resource resource) throws IOException
      Specified by:
      load in interface org.springframework.boot.env.PropertySourceLoader
      Throws:
      IOException