ResourceType Type — spring-boot Architecture
Architecture documentation for the ResourceType type/interface in LocationResourceLoader.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/config/LocationResourceLoader.java lines 154–166
enum ResourceType {
/**
* Return file resources.
*/
FILE,
/**
* Return directory resources.
*/
DIRECTORY
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free