Package org.springframework.context.aot
Class AbstractAotProcessor.Settings
java.lang.Object
org.springframework.context.aot.AbstractAotProcessor.Settings
- Enclosing class:
- AbstractAotProcessor<T>
Common settings for AOT processors.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Fluent builder API forAbstractAotProcessor.Settings
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Create a newAbstractAotProcessor.Settings.Builder
forAbstractAotProcessor.Settings
.Get the artifact ID of the application.Get the output directory for generated classes.Get the group ID of the application.Get the output directory for generated resources.Get the output directory for generated sources.
-
Method Details
-
builder
Create a newAbstractAotProcessor.Settings.Builder
forAbstractAotProcessor.Settings
. -
getSourceOutput
Get the output directory for generated sources. -
getResourceOutput
Get the output directory for generated resources. -
getClassOutput
Get the output directory for generated classes. -
getGroupId
Get the group ID of the application. -
getArtifactId
Get the artifact ID of the application.
-