Class CandidateComponentsIndexer
java.lang.Object
org.springframework.context.index.processor.CandidateComponentsIndexer
- All Implemented Interfaces:
- Processor
Annotation 
Processor that writes a CandidateComponentsMetadata
 file for spring components.- Since:
- 5.0
- Author:
- Stephane Nicoll, Juergen Hoeller
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionIterable<? extends Completion>getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) voidbooleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) 
- 
Constructor Details- 
CandidateComponentsIndexerpublic CandidateComponentsIndexer()
 
- 
- 
Method Details- 
getSupportedOptions- Specified by:
- getSupportedOptionsin interface- Processor
 
- 
getSupportedAnnotationTypes- Specified by:
- getSupportedAnnotationTypesin interface- Processor
 
- 
getSupportedSourceVersion- Specified by:
- getSupportedSourceVersionin interface- Processor
 
- 
init
- 
process
- 
getCompletionspublic Iterable<? extends Completion> getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) - Specified by:
- getCompletionsin interface- Processor
 
 
-