类 SpringBootTestAotProcessor
java.lang.Object
org.springframework.context.aot.AbstractAotProcessor<Void>
org.springframework.test.context.aot.TestAotProcessor
org.springframework.boot.test.context.SpringBootTestAotProcessor
Entry point for AOT processing of a Spring Boot application's tests.
For internal use only.
- 从以下版本开始:
- 3.0.0
- 作者:
- Andy Wilkinson
-
嵌套类概要
从类继承的嵌套类/接口 org.springframework.context.aot.AbstractAotProcessor
AbstractAotProcessor.Settings
-
字段概要
从类继承的字段 org.springframework.context.aot.AbstractAotProcessor
AOT_PROCESSING
-
构造器概要
构造器构造器说明SpringBootTestAotProcessor
(Set<Path> classpathRoots, AbstractAotProcessor.Settings settings) Create a new processor for the specified test classpath roots and general settings. -
方法概要
从类继承的方法 org.springframework.test.context.aot.TestAotProcessor
doProcess, getClasspathRoots, performAotProcessing, scanClasspathRoots
从类继承的方法 org.springframework.context.aot.AbstractAotProcessor
createFileSystemGeneratedFiles, deleteExistingOutput, getSettings, process, writeHints
-
构造器详细资料
-
SpringBootTestAotProcessor
Create a new processor for the specified test classpath roots and general settings.- 参数:
classpathRoots
- the classpath roots to scan for test classessettings
- the general AOT processor settings
-
-
方法详细资料
-
main
-