Uses of Class
org.springframework.context.aot.AbstractAotProcessor
Packages that use AbstractAotProcessor
Package
Description
AOT support for application contexts.
Ahead-of-time (AOT) support for the Spring TestContext Framework.
-
Uses of AbstractAotProcessor in org.springframework.context.aot
Subclasses of AbstractAotProcessor in org.springframework.context.aotModifier and TypeClassDescriptionclass
Filesystem-based ahead-of-time (AOT) processing base implementation. -
Uses of AbstractAotProcessor in org.springframework.test.context.aot
Subclasses of AbstractAotProcessor in org.springframework.test.context.aotModifier and TypeClassDescriptionclass
Filesystem-based ahead-of-time (AOT) processing base implementation that scans the provided classpath roots for Spring integration test classes and then generates AOT artifacts for those test classes in the configured output directories.