クラス CandidateComponentsIndexer

java.lang.ObjectSE
org.springframework.context.index.processor.CandidateComponentsIndexer
実装されたすべてのインターフェース:
ProcessorSE

@DeprecatedSE(since="6.1", forRemoval=true) public class CandidateComponentsIndexer extends ObjectSE implements ProcessorSE
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
6.1 以降では、AOT エンジンが推奨されています。
Spring コンポーネントの CandidateComponentsMetadata ファイルを書き込むアノテーション ProcessorSE
導入:
5.0
作成者:
Stephane Nicoll, Juergen Hoeller
  • コンストラクターの詳細

    • CandidateComponentsIndexer

      public CandidateComponentsIndexer()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
  • メソッドの詳細

    • getSupportedOptions

      public SetSE<StringSE> getSupportedOptions()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
      次で指定:
      インターフェース ProcessorSEgetSupportedOptions 
    • getSupportedAnnotationTypes

      public SetSE<StringSE> getSupportedAnnotationTypes()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
      次で指定:
      インターフェース ProcessorSEgetSupportedAnnotationTypes 
    • getSupportedSourceVersion

      public SourceVersionSE getSupportedSourceVersion()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
      次で指定:
      インターフェース ProcessorSEgetSupportedSourceVersion 
    • init

      public void init(ProcessingEnvironmentSE env)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
      次で指定:
      インターフェース ProcessorSEinitSE 
    • process

      public boolean process(SetSE<? extends TypeElementSE> annotations, RoundEnvironmentSE roundEnv)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
      次で指定:
      インターフェース ProcessorSEprocessSE 
    • getCompletions

      public IterableSE<? extends CompletionSE> getCompletions(ElementSE element, AnnotationMirrorSE annotation, ExecutableElementSE member, StringSE userText)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
      次で指定:
      インターフェース ProcessorSEgetCompletionsSE