Uses of Class
org.springframework.context.aot.AbstractAotProcessor.Settings
Packages that use AbstractAotProcessor.Settings
-
Uses of AbstractAotProcessor.Settings in org.springframework.context.aot
Methods in org.springframework.context.aot that return AbstractAotProcessor.SettingsModifier and TypeMethodDescriptionAbstractAotProcessor.Settings.Builder.build()Build theAbstractAotProcessor.Settingsconfigured in thisBuilder.protected AbstractAotProcessor.SettingsAbstractAotProcessor.getSettings()Get the settings for this AOT processor.Constructors in org.springframework.context.aot with parameters of type AbstractAotProcessor.SettingsModifierConstructorDescriptionprotectedCreate a new processor instance with the supplied settings.protectedContextAotProcessor(Class<?> applicationClass, AbstractAotProcessor.Settings settings) Create a new processor for the specified application entry point and common settings.