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 and the forthcoming
support for an AOT-generated Spring components index
Annotation 
Processor that writes a CandidateComponentsMetadata
file for Spring components.- Since:
 - 5.0
 - Author:
 - Stephane Nicoll, Juergen Hoeller
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
Modifier 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
- 
CandidateComponentsIndexer
public CandidateComponentsIndexer()Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 - 
Method Details
- 
getSupportedOptions
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
 getSupportedOptionsin interfaceProcessor
 - 
getSupportedAnnotationTypes
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
 getSupportedAnnotationTypesin interfaceProcessor
 - 
getSupportedSourceVersion
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
 getSupportedSourceVersionin interfaceProcessor
 - 
init
Deprecated, for removal: This API element is subject to removal in a future version. - 
process
Deprecated, for removal: This API element is subject to removal in a future version. - 
getCompletions
public 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 interfaceProcessor
 
 -