Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.09k stars 106 forks source link

Add API for handling result field with a type converter API #425

Closed ileasile closed 11 months ago

ileasile commented 11 months ago

Result field doesn't have Kotlin property representation. To handle it, information about corresponding Java field was added to the low-level API. So, low-level API is broken, but seemingly no one uses it. High-level API was left semantically unchanged (it still doesn't process java fields without corresponding Kotlin properties). ResultFieldUpdateHandler class was added to handle this particular use case.