Class ConfigTreeConfigDataLoader
java.lang.Object
org.springframework.boot.context.config.ConfigTreeConfigDataLoader
- All Implemented Interfaces:
- ConfigDataLoader<ConfigTreeConfigDataResource>
public class ConfigTreeConfigDataLoader
extends Object
implements ConfigDataLoader<ConfigTreeConfigDataResource>
ConfigDataLoader for config tree locations.- Since:
- 2.4.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionload(ConfigDataLoaderContext context, ConfigTreeConfigDataResource resource) LoadConfigDatafor the given resource.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.context.config.ConfigDataLoaderisLoadable
- 
Constructor Details- 
ConfigTreeConfigDataLoaderpublic ConfigTreeConfigDataLoader()
 
- 
- 
Method Details- 
loadpublic ConfigData load(ConfigDataLoaderContext context, ConfigTreeConfigDataResource resource) throws IOException, ConfigDataResourceNotFoundException Description copied from interface:ConfigDataLoaderLoadConfigDatafor the given resource.- Specified by:
- loadin interface- ConfigDataLoader<ConfigTreeConfigDataResource>
- Parameters:
- context- the loader context
- resource- the resource to load
- Returns:
- the loaded config data or nullif the location should be skipped
- Throws:
- IOException- on IO error
- ConfigDataResourceNotFoundException- if the resource cannot be found
 
 
-