Join Slack
Powered by
I'm using it in kwery to register converters from ...
# reflect
a
andrewoma
09/29/2015, 8:46 PM
I'm using it in kwery to register converters from JDBC types to Kotlin properties. I only define converters for the non-null case and compose the optional ones from the non-null ones. However, I need to be able convert the nullable KType to non-nullable to use it as a key:
https://github.com/andrewoma/kwery/blob/master/mapper/src/main/kotlin/com/github/andrewoma/kwery/mapper/Converters.kt#L39
Open in Slack
Previous
Next