customProcessor

fun customProcessor(type: KClass<*>, processor: () -> BaseTypeData)
inline fun <T> customProcessor(noinline processor: () -> BaseTypeData)

Add a custom processor for the given type that overwrites the default behaviour