Class JavaToKotlinTypeConverter
java.lang.Object
org.mybatis.generator.api.dom.kotlin.JavaToKotlinTypeConverter
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FullyQualifiedKotlinTypeconvert(FullyQualifiedJavaType javaType) private static FullyQualifiedKotlinTypeconvertBaseType(FullyQualifiedJavaType javaType)
-
Field Details
-
typeMap
-
-
Constructor Details
-
JavaToKotlinTypeConverter
private JavaToKotlinTypeConverter()
-
-
Method Details
-
convert
-
convertBaseType
-