Package io.micronaut.sourcegen.generator
Interface SourceGenerator
- All Known Implementing Classes:
GroovyPoetSourceGenerator
,JavaPoetSourceGenerator
public interface SourceGenerator
Source code generator.
- Since:
- 1.0
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionio.micronaut.inject.visitor.VisitorContext.Language
void
Write the source code.
-
Method Details
-
getLanguage
io.micronaut.inject.visitor.VisitorContext.Language getLanguage()- Returns:
- The source language of the generator
-
write
Write the source code.- Parameters:
objectDef
- The object definitionwriter
- The writer- Throws:
IOException
- The IO exception
-