Interface GenerationContext

All Known Implementing Classes:
DefaultGenerationContext, TestGenerationContext

public interface GenerationContext
Central interface used for code generation.

A generation context provides:

If a dedicated round of code generation is required while processing, it is possible to create a specialized context using withName(String).

Since:
6.0
Author:
Phillip Webb, Stephane Nicoll
  • Method Details