ModelGenerator
interface ModelGenerator
A generator that takes in a context and does something with it.
Most implementations generate Kotlin classes with KotlinPoet using the information contained in the GeneratorContext.
Inheritors
Functions
Link copied to clipboard
Perform the model generation with the provided context.