クラスの使用
org.springframework.context.aot.ReflectiveProcessorAotContributionBuilder
ReflectiveProcessorAotContributionBuilder を使用するパッケージ
org.springframework.context.aot 内の ReflectiveProcessorAotContributionBuilder 使用
修飾子と型メソッド説明ReflectiveProcessorAotContributionBuilder.scan
(ClassLoaderSE classLoader, StringSE... packageNames) 指定されたpackageNames
とそのサブパッケージをスキャンして、Reflective
を使用するクラスを検索します。ReflectiveProcessorAotContributionBuilder.withClasses
(ClassSE<?>[] classes) Reflective
を使用するクラスをチェックして、指定されたクラスを処理します。ReflectiveProcessorAotContributionBuilder.withClasses
(IterableSE<ClassSE<?>> classes) Reflective
を使用するクラスをチェックして、指定されたクラスを処理します。