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