Uses of Interface
org.springframework.boot.context.config.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.config
Modifier and TypeMethodDescriptiondefault boolean
ConfigDataLoader.isLoadable
(ConfigDataLoaderContext context, R resource) Returns if the specified resource can be loaded by this instance.ConfigDataLoader.load
(ConfigDataLoaderContext context, R resource) LoadConfigData
for the given resource.ConfigTreeConfigDataLoader.load
(ConfigDataLoaderContext context, ConfigTreeConfigDataResource resource) StandardConfigDataLoader.load
(ConfigDataLoaderContext context, StandardConfigDataResource resource)