Uses of Interface
org.springframework.boot.context.config.ConfigDataLoaderContext
Packages that use ConfigDataLoaderContext
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
 within a Spring Boot application.
- 
Uses of ConfigDataLoaderContext in org.springframework.boot.context.configMethods in org.springframework.boot.context.config with parameters of type ConfigDataLoaderContextModifier and TypeMethodDescriptiondefault booleanConfigDataLoader.isLoadable(ConfigDataLoaderContext context, R resource) Returns if the specified resource can be loaded by this instance.ConfigDataLoader.load(ConfigDataLoaderContext context, R resource) LoadConfigDatafor the given resource.ConfigTreeConfigDataLoader.load(ConfigDataLoaderContext context, ConfigTreeConfigDataResource resource) StandardConfigDataLoader.load(ConfigDataLoaderContext context, StandardConfigDataResource resource)