Class EhrBasePluginManager.JsonPropertySourceLoader
- java.lang.Object
-
- org.springframework.boot.env.YamlPropertySourceLoader
-
- org.ehrbase.application.config.plugin.EhrBasePluginManager.JsonPropertySourceLoader
-
- All Implemented Interfaces:
org.springframework.boot.env.PropertySourceLoader
- Enclosing class:
- EhrBasePluginManager
public static class EhrBasePluginManager.JsonPropertySourceLoader extends org.springframework.boot.env.YamlPropertySourceLoader
-
-
Constructor Summary
Constructors Constructor Description JsonPropertySourceLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getFileExtensions()
-
-
-
Method Detail
-
getFileExtensions
public String[] getFileExtensions()
- Specified by:
getFileExtensionsin interfaceorg.springframework.boot.env.PropertySourceLoader- Overrides:
getFileExtensionsin classorg.springframework.boot.env.YamlPropertySourceLoader
-
-