インターフェースの使用
org.springframework.data.aot.AotContext
AotContext を使用するパッケージ
パッケージ
説明
Ahead of Time コンパイルの実行時に、リフレクション、リソース、java 直列化、プロキシの必要性を登録するためのサポート。
リポジトリの名前空間と JavaConfig 統合のサポートクラス。
org.springframework.data.aot 内の AotContext 使用
AotContext を返す org.springframework.data.aot のメソッド修飾子と型メソッド説明static AotContext
AotContext.from
(BeanFactory beanFactory) 指定されたBeanFactory
に基づくAotContext
を作成します。型 AotContext のパラメーターを持つ org.springframework.data.aot のメソッド修飾子と型メソッド説明protected BeanRegistrationAotContribution
ManagedTypesBeanRegistrationAotProcessor.contribute
(AotContext aotContext, ManagedTypes managedTypes, RegisteredBean registeredBean) BeanRegistrationAotContribution
のカスタマイズされたフレーバーを提供するためのフック。org.springframework.data.repository.config 内の AotContext 使用
org.springframework.data.repository.config 内の AotContext サブインターフェース