Uses of Class
org.springframework.context.aot.AbstractAotProcessor.Settings.Builder
-
Uses of AbstractAotProcessor.Settings.Builder in org.springframework.context.aot
Modifier and TypeMethodDescriptionAbstractAotProcessor.Settings.Builder.artifactId
(String artifactId) Set the artifact ID of the application.AbstractAotProcessor.Settings.builder()
Create a newAbstractAotProcessor.Settings.Builder
forAbstractAotProcessor.Settings
.AbstractAotProcessor.Settings.Builder.classOutput
(Path classOutput) Set the output directory for generated classes.Set the group ID of the application.AbstractAotProcessor.Settings.Builder.resourceOutput
(Path resourceOutput) Set the output directory for generated resources.AbstractAotProcessor.Settings.Builder.sourceOutput
(Path sourceOutput) Set the output directory for generated sources.