Interface KotlinCodeGenerationContextFactory
-
- All Implemented Interfaces:
-
kotlin.Function
,kotlin.Function1
public interface KotlinCodeGenerationContextFactory<CONTEXT extends KotlinCodeGenerationContext<CONTEXT>, INPUT extends Object> implements Function1<INPUT, CONTEXT>
Factory to create generation context.