Uses of Class
org.springframework.context.aot.AbstractAotProcessor.Settings
Package
Description
AOT support for application contexts.
Ahead-of-time (AOT) support for the Spring TestContext Framework.
-
Uses of AbstractAotProcessor.Settings in org.springframework.context.aot
Modifier and TypeMethodDescriptionAbstractAotProcessor.Settings.Builder.build()
Build theAbstractAotProcessor.Settings
configured in thisBuilder
.protected AbstractAotProcessor.Settings
AbstractAotProcessor.getSettings()
Get the settings for this AOT processor.ModifierConstructorDescriptionprotected
Create a new processor instance with the supplied settings.protected
ContextAotProcessor
(Class<?> applicationClass, AbstractAotProcessor.Settings settings) Create a new processor for the specified application entry point and common settings. -
Uses of AbstractAotProcessor.Settings in org.springframework.test.context.aot
ModifierConstructorDescriptionprotected
TestAotProcessor
(Set<Path> classpathRoots, AbstractAotProcessor.Settings settings) Create a new processor for the specified test classpath roots and common settings.