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 Summary
ConstructorDescriptionDeprecated, 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.void
Deprecated, for removal: This API element is subject to removal in a future version.boolean
process
(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:
getSupportedOptions
in interfaceProcessor
-
getSupportedAnnotationTypes
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSupportedAnnotationTypes
in interfaceProcessor
-
getSupportedSourceVersion
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSupportedSourceVersion
in 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:
getCompletions
in interfaceProcessor
-