インターフェースの使用
org.springframework.data.aot.AotContext.AotContextBuilder
AotContext.AotContextBuilder を使用するパッケージ
パッケージ
説明
Ahead of Time コンパイルの実行時に、リフレクション、リソース、java 直列化、プロキシの必要性を登録するためのサポート。
org.springframework.data.aot 内の AotContext.AotContextBuilder 使用
修飾子と型メソッド説明AotContext.AotContextBuilder.beanFactory(BeanFactory beanFactory) 使用するBeanFactoryを構成します。static AotContext.AotContextBuilderAotContext.builder()AotContextビルダーを作成します。AotContext.AotContextBuilder.customizeTypeCollector(ConsumerSE<TypeCollector> typeCollectorConsumer) コンシューマーがTypeCollectorをカスタマイズできるようにします。AotContext.AotContextBuilder.environment(Environment environment) 使用するEnvironmentを構成します。