Uses of Class
org.springframework.context.index.CandidateComponentsIndex
Packages that use CandidateComponentsIndex
Package
Description
Support package for reading and managing the components index.
-
Uses of CandidateComponentsIndex in org.springframework.context.index
Methods in org.springframework.context.index that return CandidateComponentsIndexModifier and TypeMethodDescriptionCandidateComponentsIndexLoader.loadIndex
(@Nullable ClassLoader classLoader) Load and instantiate theCandidateComponentsIndex
from "META-INF/spring.components", using the given class loader.Methods in org.springframework.context.index with parameters of type CandidateComponentsIndexModifier and TypeMethodDescriptionstatic void
CandidateComponentsIndexLoader.addIndex
(ClassLoader classLoader, CandidateComponentsIndex index) Programmatically add the given index instance for the given ClassLoader, replacing a file-determined index with a programmatically composed index.