Class CandidateComponentsIndexer
java.lang.Object
org.springframework.context.index.processor.CandidateComponentsIndexer
- All Implemented Interfaces:
- Processor
@Deprecated(since="6.1",
            forRemoval=true)
public class CandidateComponentsIndexer
extends Object
implements Processor
Deprecated, for removal: This API element is subject to removal in a future version.
as of 6.1, in favor of the AOT engine.
Annotation 
Processor that writes a CandidateComponentsMetadata
 file for spring components.- Since:
- 5.0
- Author:
- Stephane Nicoll, Juergen Hoeller
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionIterable<? extends Completion>getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor Details- 
CandidateComponentsIndexerpublic CandidateComponentsIndexer()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getSupportedOptionsDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getSupportedOptionsin interface- Processor
 
- 
getSupportedAnnotationTypesDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getSupportedAnnotationTypesin interface- Processor
 
- 
getSupportedSourceVersionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getSupportedSourceVersionin interface- Processor
 
- 
initDeprecated, for removal: This API element is subject to removal in a future version.
- 
processDeprecated, for removal: This API element is subject to removal in a future version.
- 
getCompletionspublic Iterable<? extends Completion> getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getCompletionsin interface- Processor
 
 
-