Uses of Class
org.springframework.context.aot.AbstractAotProcessor.Settings
Packages that use 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
Methods in org.springframework.context.aot that return AbstractAotProcessor.SettingsModifier and TypeMethodDescriptionprotected AbstractAotProcessor.Settings
AbstractAotProcessor.getSettings()
Get the settings for this AOT processor.AbstractAotProcessor.Settings.setArtifactId
(String artifactId) Set the artifact ID of the application.AbstractAotProcessor.Settings.setClassOutput
(Path classOutput) Set the output directory for generated classes.AbstractAotProcessor.Settings.setGroupId
(String groupId) Set the group ID of the application.AbstractAotProcessor.Settings.setResourceOutput
(Path resourceOutput) Set the output directory for generated resources.AbstractAotProcessor.Settings.setSourceOutput
(Path sourceOutput) Set the output directory for generated sources.Constructors in org.springframework.context.aot with parameters of type AbstractAotProcessor.SettingsModifierConstructorDescriptionprotected
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
Constructors in org.springframework.test.context.aot with parameters of type AbstractAotProcessor.SettingsModifierConstructorDescriptionprotected
TestAotProcessor
(Set<Path> classpathRoots, AbstractAotProcessor.Settings settings) Create a new processor for the specified test classpath roots and common settings.