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