Search code examples
Deserialize map of field names and values to data class based on KClass (Reflection)...


kotlinkotlin-reflect

Read More
How to use Kotlin reflection from Java...


javakotlinreflectionkotlin-reflect

Read More
What's the correct way to iterate through properties of a singleton in Kotlin?...


kotlinreflectionsingletonkotlin-reflect

Read More
Setting a nullable UShort using kotlin-reflect...


kotlinkotlin-reflect

Read More
Enumerate the extension properties defined in a package...


kotlinpackagekotlin-reflect

Read More
Get the class of nullable type...


reflectionkotlinkotlin-reflect

Read More
Combining/merging data classes in Kotlin...


kotlinkotlin-reflect

Read More
How can I use getInstance in Kotlin?...


kotlinkotlin-reflect

Read More
Kotlin | Find param of a function which returns a lambda using the lambda...


kotlinlambdakotlin-reflect

Read More
Is it possible to find methods during runtime passing a variable or a string name in Kotlin like in ...


kotlinkotlin-reflect

Read More
How to obtain a KType in Kotlin?...


reflectionkotlinkotlin-reflect

Read More
How to find is a lateinit var has been initialized via Reflection?...


kotlinreflectionkotlin-reflectkotlin-lateinit

Read More
How to add annotation on main constructor parameters in kotlin...


kotlinreflectionkotlin-reflect

Read More
I can't see private members in a Kotlin KClass...


kotlinkotlin-reflect

Read More
Kotlin: javaSetter method is not compiling...


javakotlinreflectioncompiler-errorskotlin-reflect

Read More
Generic extensions of KProperty1 in Kotlin...


reflectionkotlinkotlin-reflect

Read More
Set property by string in Kotlin using reflection?...


kotlinreflectionkotlin-reflect

Read More
Call a function with default parameter values using reflection...


kotlinkotlin-reflect

Read More
Kotlin - Performant and scalable way to get class instance property value by id or by string...


kotlinpropertieskotlin-reflect

Read More
Using kotlin-reflect to find the data type of data class's properties...


kotlinkotlin-reflect

Read More
How can I turn a KFunction without instance param to a KFunction with it?...


kotlinkotlin-reflect

Read More
Compare values of common properties of objects in kotlin...


kotlinkotlin-reflect

Read More
Two Additional types in default constructor in Kotlin?...


androidkotlinkotlin-reflect

Read More
Reflecting the name of 'this' in a Kotlin extension function...


androidreflectionkotlinkotlin-extensionkotlin-reflect

Read More
Kotlin Reflection: How to know if a Kotlin class is marked with "internal" visibility modi...


kotlinkotlin-reflectkotlinpoet

Read More
Generic function works, but generic class doesn't?...


reflectionkotlinkotlin-reflect

Read More
Kotlin - Call class method from object...


androidkotlinkotlin-reflect

Read More
Proguard generating notes for all INSTANCE fields with kotlin-reflect...


androidkotlinsingletonproguardkotlin-reflect

Read More
Type check fails for memberProperty returnType superclass...


reflectionkotlinkotlin-reflect

Read More
Kotlin filter memberProperties by present annotation class...


androidreflectionkotlinkotlin-reflect

Read More
BackNext