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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionIterable<? extends Completion>getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) voidbooleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)  
- 
Constructor Details
- 
CandidateComponentsIndexer
public CandidateComponentsIndexer() 
 - 
 - 
Method Details
- 
getSupportedOptions
- Specified by:
 getSupportedOptionsin interfaceProcessor
 - 
getSupportedAnnotationTypes
- Specified by:
 getSupportedAnnotationTypesin interfaceProcessor
 - 
getSupportedSourceVersion
- Specified by:
 getSupportedSourceVersionin interfaceProcessor
 - 
init
 - 
process
 - 
getCompletions
public Iterable<? extends Completion> getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) - Specified by:
 getCompletionsin interfaceProcessor
 
 -