クラス AotServices<T>

java.lang.ObjectSE
org.springframework.beans.factory.aot.AotServices<T>
型パラメーター:
T - サービスの種類
実装されたすべてのインターフェース:
IterableSE<T>

public final class AotServices<T> extends ObjectSE implements IterableSE<T>
SpringFactoriesLoader からの loaded または ListableBeanFactory から取得できる AOT サービスのコレクション。
導入:
6.0
作成者:
Phillip Webb