public class BridgePropertyLoader extends Object implements org.springframework.boot.env.PropertySourceLoader, org.springframework.core.Ordered
| Constructor and Description |
|---|
BridgePropertyLoader() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFileExtensions() |
int |
getOrder() |
List<org.springframework.core.env.PropertySource<?>> |
load(String name,
org.springframework.core.io.Resource resource) |
void |
mergeProperties(Properties properties) |
public String[] getFileExtensions()
getFileExtensions in interface org.springframework.boot.env.PropertySourceLoaderpublic List<org.springframework.core.env.PropertySource<?>> load(String name, org.springframework.core.io.Resource resource) throws IOException
load in interface org.springframework.boot.env.PropertySourceLoaderIOExceptionpublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void mergeProperties(Properties properties)
Copyright © 2022. All rights reserved.