Class AbstractKotlinCodeGenerationContext
-
- All Implemented Interfaces:
-
io.toolisticon.kotlin.generation.spi.KotlinCodeGenerationContext
public abstract class AbstractKotlinCodeGenerationContext<SELF extends KotlinCodeGenerationContext<SELF>> implements KotlinCodeGenerationContext<SELF>
-
-
Field Summary
Fields Modifier and Type Field Description private final KClass<SELF>
contextType
private final KotlinCodeGenerationSpiRegistry
registry
-
Constructor Summary
Constructors Constructor Description AbstractKotlinCodeGenerationContext(KotlinCodeGenerationSpiRegistry registry)
-
Method Summary
Modifier and Type Method Description abstract KClass<SELF>
getContextType()
KotlinCodeGenerationSpiRegistry
getRegistry()
-
-
Constructor Detail
-
AbstractKotlinCodeGenerationContext
AbstractKotlinCodeGenerationContext(KotlinCodeGenerationSpiRegistry registry)
-
-
Method Detail
-
getContextType
abstract KClass<SELF> getContextType()
-
getRegistry
KotlinCodeGenerationSpiRegistry getRegistry()
-
-
-
-