FieldHandlerByClass

constructor(kType: KType, execution: FieldHandlerExecution<*>)


constructor(kClass: KClass<out Any>, execution: FieldHandlerExecution<*>)

Deprecated (with error)

This constructor is misleading, use either primary constructor or `FieldHandlerByRuntimeClass`

Replace with

import org.jetbrains.kotlinx.jupyter.api.FieldHandlerByRuntimeClass
FieldHandlerByRuntimeClass(kClass, execution)