Uses of Class
org.springframework.boot.context.config.ConfigTreeConfigDataResource
Packages that use ConfigTreeConfigDataResource
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of ConfigTreeConfigDataResource in org.springframework.boot.context.config
Classes in org.springframework.boot.context.config that implement interfaces with type arguments of type ConfigTreeConfigDataResourceModifier and TypeClassDescriptionclassConfigDataLoaderfor config tree locations.classConfigDataLocationResolverfor config tree locations.Methods in org.springframework.boot.context.config that return types with arguments of type ConfigTreeConfigDataResourceModifier and TypeMethodDescriptionConfigTreeConfigDataLocationResolver.resolve(ConfigDataLocationResolverContext context, ConfigDataLocation location) Methods in org.springframework.boot.context.config with parameters of type ConfigTreeConfigDataResourceModifier and TypeMethodDescriptionConfigTreeConfigDataLoader.load(ConfigDataLoaderContext context, ConfigTreeConfigDataResource resource)