Uses of Class
org.springframework.context.aot.ReflectiveProcessorAotContributionBuilder
Packages that use ReflectiveProcessorAotContributionBuilder
-
Uses of ReflectiveProcessorAotContributionBuilder in org.springframework.context.aot
Methods in org.springframework.context.aot that return ReflectiveProcessorAotContributionBuilderModifier and TypeMethodDescriptionReflectiveProcessorAotContributionBuilder.scan(@Nullable ClassLoader classLoader, String... packageNames) Scan the givenpackageNamesand 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.