Class JavaToKotlinTypeConverter

java.lang.Object
org.mybatis.generator.api.dom.kotlin.JavaToKotlinTypeConverter

public class JavaToKotlinTypeConverter extends Object
This class converts Java types to Kotlin types. It is not meant to cover all cases. The main purpose is to convert type calculated by the database introspector into appropriate types for Kotlin - which means that it covers Java primitives, Strings, and primitive wrapper classes as those Java types have replacements in Kotlin.
Author:
Jeff Butler