SpringBootTestAotProcessor

Entry point for AOT processing of a Spring Boot application's tests. For internal use only.

Author

Andy Wilkinson

Since

3.0.0

Constructors

Link copied to clipboard
constructor(classpathRoots: Set<Path>, settings: AbstractAotProcessor.Settings)
Create a new processor for the specified test classpath roots and general settings.

Properties

Link copied to clipboard
val AOT_PROCESSING: String = "spring.aot.processing"

Functions

Link copied to clipboard
open fun main(args: Array<String>)
Link copied to clipboard
fun process(): T