| インターフェース | 説明 |
|---|---|
| AutoConfigurationImportFilter | 考慮される自動構成クラスを制限するために spring.factories に登録できるフィルター。 |
| AutoConfigurationImportListener | インポートされた自動構成の詳細を受信するために spring.factories に登録できるリスナー。 |
| AutoConfigurationMetadata | 自動構成アノテーションプロセッサーによって書き込まれたメタデータへのアクセスを提供します。 |
| クラス | 説明 |
|---|---|
| AbstractDependsOnBeanFactoryPostProcessor | 特定の型のすべての Bean が、名前または型で識別される特定の他の Bean に依存する必要があることを動的に宣言するために使用できる BeanFactoryPostProcessor の抽象基本クラス。 |
| AutoConfigurationExcludeFilter | 登録された自動構成クラスに一致する TypeFilter 実装。 |
| AutoConfigurationImportEvent | 自動構成クラスがインポートされるときに発生するイベント。 |
| AutoConfigurationImportSelector | auto-configuration を処理する DeferredImportSelector。 |
| AutoConfigurationImportSelector.AutoConfigurationEntry | |
| AutoConfigurationPackages | 後で参照できるように自動構成パッケージを格納するクラス(例: |
| AutoConfigurations | 自動構成 @Configuration クラスを表す Configurations。 |
| BackgroundPreinitializer | 時間のかかるタスクのバックグラウンドスレッドで早期初期化をトリガーする ApplicationListener。 |
| アノテーション型 | 説明 |
|---|---|
| AutoConfigurationPackage | アノテーション付きクラスを含むパッケージを AutoConfigurationPackages に登録する必要があることを示します。 |
| AutoConfigureAfter | auto-configuration は、他の指定された自動構成クラスの後に適用する必要があるというヒント。 |
| AutoConfigureBefore | auto-configuration は、他の指定された自動構成クラスの前に適用する必要があるというヒント。 |
| AutoConfigureOrder | Spring Framework の @Order アノテーションの自動構成固有のバリアント。 |
| EnableAutoConfiguration | Spring アプリケーションコンテキストの自動構成を有効にして、必要になる可能性が高い Bean を推測して構成しようとします。 |
| ImportAutoConfiguration | 指定された自動構成クラスをインポートして適用します。 |
| SpringBootApplication | 1 つ以上の @Bean メソッドを宣言し、auto-configuration、component scanning、configuration properties scanning もトリガーする configuration クラスを示します。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.