クラスの使用
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を使用するクラスをチェックして、指定されたクラスを処理します。