类 SpringApplicationAotProcessor
java.lang.Object
org.springframework.context.aot.AbstractAotProcessor<org.springframework.javapoet.ClassName>
org.springframework.context.aot.ContextAotProcessor
org.springframework.boot.SpringApplicationAotProcessor
Entry point for AOT processing of a
SpringApplication
.
For internal use only.
- 从以下版本开始:
- 3.0.0
- 作者:
- Stephane Nicoll, Andy Wilkinson, Phillip Webb
-
嵌套类概要
从类继承的嵌套类/接口 org.springframework.context.aot.AbstractAotProcessor
AbstractAotProcessor.Settings
-
字段概要
从类继承的字段 org.springframework.context.aot.AbstractAotProcessor
AOT_PROCESSING
-
构造器概要
构造器构造器说明SpringApplicationAotProcessor
(Class<?> application, AbstractAotProcessor.Settings settings, String[] applicationArgs) Create a new processor for the specified application and settings. -
方法概要
修饰符和类型方法说明static void
protected GenericApplicationContext
prepareApplicationContext
(Class<?> application) 从类继承的方法 org.springframework.context.aot.ContextAotProcessor
createClassNameGenerator, doProcess, getApplicationClass, getDefaultNativeImageArguments, performAotProcessing
从类继承的方法 org.springframework.context.aot.AbstractAotProcessor
createFileSystemGeneratedFiles, deleteExistingOutput, getSettings, process, writeHints
-
构造器详细资料
-
SpringApplicationAotProcessor
public SpringApplicationAotProcessor(Class<?> application, AbstractAotProcessor.Settings settings, String[] applicationArgs) Create a new processor for the specified application and settings.- 参数:
application
- the application main classsettings
- the general AOT processor settingsapplicationArgs
- the arguments to provide to the main method
-
-
方法详细资料
-
prepareApplicationContext
-
main
- 抛出:
Exception
-