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