クラス CandidateComponentsIndexer
java.lang.ObjectSE
org.springframework.context.index.processor.CandidateComponentsIndexer
- 実装されたすべてのインターフェース:
ProcessorSE
Spring コンポーネントの
CandidateComponentsMetadata
ファイルを書き込むアノテーション Processor
SE。- 導入:
- 5.0
- 作成者:
- Stephane Nicoll, Juergen Hoeller
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明IterableSE<? extends CompletionSE>
getCompletions
(ElementSE element, AnnotationMirrorSE annotation, ExecutableElementSE member, StringSE userText) void
boolean
process
(SetSE<? extends TypeElementSE> annotations, RoundEnvironmentSE roundEnv)
コンストラクターの詳細
CandidateComponentsIndexer
public CandidateComponentsIndexer()
メソッドの詳細
getSupportedOptions
- 次で指定:
- インターフェース
ProcessorSE
のgetSupportedOptions
getSupportedAnnotationTypes
- 次で指定:
- インターフェース
ProcessorSE
のgetSupportedAnnotationTypes
getSupportedSourceVersion
- 次で指定:
- インターフェース
ProcessorSE
のgetSupportedSourceVersion
init
- 次で指定:
- インターフェース
ProcessorSE
のinitSE
process
- 次で指定:
- インターフェース
ProcessorSE
のprocessSE
getCompletions
public IterableSE<? extends CompletionSE> getCompletions(ElementSE element, AnnotationMirrorSE annotation, ExecutableElementSE member, StringSE userText) - 次で指定:
- インターフェース
ProcessorSE
のgetCompletionsSE