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 StringmetaInfServicesprivate final KClass<?>contextTypeUpperBoundprivate final ClassLoaderclassLoader
-
Constructor Summary
Constructors Constructor Description KotlinCodeGenerationServiceLoader(KClass<?> contextTypeUpperBound, ClassLoader classLoader)
-
Method Summary
Modifier and Type Method Description final StringgetMetaInfServices()final KClass<?>getContextTypeUpperBound()final ClassLoadergetClassLoader()KotlinCodeGenerationSpiRegistryinvoke()-
-
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()
-
-
-
-