FieldHandlerFactory
object FieldHandlerFactory
Functions
Link copied to clipboard
Link copied to clipboard
inline fun <T : Any> createDeclareHandler(typeDetection: TypeDetection, noinline callback: VariableDeclarationCallback<T>): FieldHandler
Link copied to clipboard
inline fun <T : Any> createHandler(execution: FieldHandlerExecution<*>, typeDetection: TypeDetection): FieldHandler
fun createHandler(kClass: KClass<*>, execution: FieldHandlerExecution<*>, typeDetection: TypeDetection): FieldHandler
fun createHandler(kType: KType, execution: FieldHandlerExecution<*>, typeDetection: TypeDetection): FieldHandler
Link copied to clipboard
Link copied to clipboard
inline fun <T : Any> createUpdateHandler(typeDetection: TypeDetection, noinline callback: VariableUpdateCallback<T>): FieldHandler