Uses of Class
org.springframework.context.aot.ReflectiveProcessorAotContributionBuilder
-
Uses of ReflectiveProcessorAotContributionBuilder in org.springframework.context.aot
Modifier and TypeMethodDescriptionReflectiveProcessorAotContributionBuilder.scan
(ClassLoader classLoader, String... packageNames) Scan the givenpackageNames
and their sub-packages for classes that usesReflective
.ReflectiveProcessorAotContributionBuilder.withClasses
(Class<?>[] classes) Process the given classes by checking the ones that useReflective
.ReflectiveProcessorAotContributionBuilder.withClasses
(Iterable<Class<?>> classes) Process the given classes by checking the ones that useReflective
.