Uses of Class
org.springframework.boot.context.config.StandardConfigDataResource
Packages that use StandardConfigDataResource
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of StandardConfigDataResource in org.springframework.boot.context.config
Classes in org.springframework.boot.context.config that implement interfaces with type arguments of type StandardConfigDataResourceModifier and TypeClassDescriptionclass
ConfigDataLoader
forResource
backed locations.class
ConfigDataLocationResolver
for standard locations.Methods in org.springframework.boot.context.config that return types with arguments of type StandardConfigDataResourceModifier and TypeMethodDescriptionStandardConfigDataLocationResolver.resolve
(ConfigDataLocationResolverContext context, ConfigDataLocation location) StandardConfigDataLocationResolver.resolveProfileSpecific
(ConfigDataLocationResolverContext context, ConfigDataLocation location, Profiles profiles) Methods in org.springframework.boot.context.config with parameters of type StandardConfigDataResourceModifier and TypeMethodDescriptionStandardConfigDataLoader.load
(ConfigDataLoaderContext context, StandardConfigDataResource resource)