Uses of Interface
org.mybatis.generator.api.KotlinFormatter
Packages that use KotlinFormatter
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of KotlinFormatter in org.mybatis.generator.api
Fields in org.mybatis.generator.api declared as KotlinFormatterModifier and TypeFieldDescriptionprivate final KotlinFormatterGeneratedKotlinFile.kotlinFormatterConstructors in org.mybatis.generator.api with parameters of type KotlinFormatterModifierConstructorDescriptionGeneratedKotlinFile(KotlinFile kotlinFile, String targetProject, String fileEncoding, KotlinFormatter kotlinFormatter) -
Uses of KotlinFormatter in org.mybatis.generator.api.dom
Classes in org.mybatis.generator.api.dom that implement KotlinFormatterModifier and TypeClassDescriptionclassThis class is the default formatter for generated Kotlin. -
Uses of KotlinFormatter in org.mybatis.generator.config
Fields in org.mybatis.generator.config declared as KotlinFormatterMethods in org.mybatis.generator.config that return KotlinFormatter -
Uses of KotlinFormatter in org.mybatis.generator.internal
Methods in org.mybatis.generator.internal that return KotlinFormatterModifier and TypeMethodDescriptionstatic KotlinFormatterObjectFactory.createKotlinFormatter(Context context)