Class KotlinCodeGenerationServiceLoader
-
- All Implemented Interfaces:
-
kotlin.Function
,kotlin.Function0
public final class KotlinCodeGenerationServiceLoader implements Function0<KotlinCodeGenerationSpiRegistry>
-
-
Field Summary
Fields Modifier and Type Field Description private final String
metaInfServices
private final KClass<?>
contextTypeUpperBound
private final ClassLoader
classLoader
-
Constructor Summary
Constructors Constructor Description KotlinCodeGenerationServiceLoader(KClass<?> contextTypeUpperBound, ClassLoader classLoader)
-
Method Summary
Modifier and Type Method Description final String
getMetaInfServices()
final KClass<?>
getContextTypeUpperBound()
final ClassLoader
getClassLoader()
KotlinCodeGenerationSpiRegistry
invoke()
-
-
Constructor Detail
-
KotlinCodeGenerationServiceLoader
KotlinCodeGenerationServiceLoader(KClass<?> contextTypeUpperBound, ClassLoader classLoader)
-
-
Method Detail
-
getMetaInfServices
final String getMetaInfServices()
-
getContextTypeUpperBound
final KClass<?> getContextTypeUpperBound()
-
getClassLoader
final ClassLoader getClassLoader()
-
invoke
KotlinCodeGenerationSpiRegistry invoke()
-
-
-
-