Class AbstractAotProcessor.Settings
java.lang.Object
org.springframework.context.aot.AbstractAotProcessor.Settings
- Enclosing class:
- AbstractAotProcessor<T>
Common settings for AOT processors.
- Since:
- 6.0
- Author:
- Stephane Nicoll, Andy Wilkinson, Phillip Webb, Sam Brannen
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classFluent builder API forAbstractAotProcessor.Settings.
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Create a newAbstractAotProcessor.Settings.BuilderforAbstractAotProcessor.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- 
builderCreate a newAbstractAotProcessor.Settings.BuilderforAbstractAotProcessor.Settings.
- 
getSourceOutputGet the output directory for generated sources.
- 
getResourceOutputGet the output directory for generated resources.
- 
getClassOutputGet the output directory for generated classes.
- 
getGroupIdGet the group ID of the application.
- 
getArtifactIdGet the artifact ID of the application.
 
-