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
- Specified by:
getFileExtensionsin interfaceorg.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:
loadin interfaceorg.springframework.boot.env.PropertySourceLoader- Throws:
IOException
-