customProcessors

fun customProcessors(processors: Map<KClass<*>, () -> BaseTypeData>)

Add custom processors for given type that overwrites the default behaviour


var customProcessors: MutableMap<KClass<*>, () -> BaseTypeData>