Interface KotlinCodeGenerationSpiRegistry
-
- All Implemented Interfaces:
public interface KotlinCodeGenerationSpiRegistry
-
-
Method Summary
Modifier and Type Method Description abstract KClass<?>
getContextTypeUpperBound()
abstract KotlinCodeGenerationStrategyList
getStrategies()
abstract KotlinCodeGenerationProcessorList
getProcessors()
-
-
Method Detail
-
getContextTypeUpperBound
abstract KClass<?> getContextTypeUpperBound()
-
getStrategies
abstract KotlinCodeGenerationStrategyList getStrategies()
-
getProcessors
abstract KotlinCodeGenerationProcessorList getProcessors()
-
-
-
-