kotlin.jvm.internal
Class ReflectionFactory
java.lang.Object
kotlin.jvm.internal.ReflectionFactory
public class ReflectionFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionFactory
public ReflectionFactory()
createKotlinClass
public kotlin.reflect.KClass createKotlinClass(Class javaClass)
createKotlinClass
public kotlin.reflect.KClass createKotlinClass(Class javaClass,
String internalName)
getOrCreateKotlinPackage
public kotlin.reflect.KDeclarationContainer getOrCreateKotlinPackage(Class javaClass,
String moduleName)
getOrCreateKotlinClass
public kotlin.reflect.KClass getOrCreateKotlinClass(Class javaClass)
getOrCreateKotlinClass
public kotlin.reflect.KClass getOrCreateKotlinClass(Class javaClass,
String internalName)
renderLambdaToString
public String renderLambdaToString(kotlin.jvm.internal.Lambda lambda)
function
public kotlin.reflect.KFunction function(FunctionReference f)
property0
public kotlin.reflect.KProperty0 property0(PropertyReference0 p)
mutableProperty0
public kotlin.reflect.KMutableProperty0 mutableProperty0(MutablePropertyReference0 p)
property1
public kotlin.reflect.KProperty1 property1(PropertyReference1 p)
mutableProperty1
public kotlin.reflect.KMutableProperty1 mutableProperty1(MutablePropertyReference1 p)
property2
public kotlin.reflect.KProperty2 property2(PropertyReference2 p)
mutableProperty2
public kotlin.reflect.KMutableProperty2 mutableProperty2(MutablePropertyReference2 p)
Copyright © 2016. All Rights Reserved.