Class DefaultGenerationContext

java.lang.Object
org.springframework.aot.generate.DefaultGenerationContext
All Implemented Interfaces:
GenerationContext
Direct Known Subclasses:
TestGenerationContext

public class DefaultGenerationContext extends Object implements GenerationContext
Default GenerationContext implementation.

Generated classes can be flushed out using writeGeneratedContent() which should be called only once after the generation process using this instance has completed.

Since:
6.0
Author:
Phillip Webb, Stephane Nicoll, Sam Brannen