Class FullyQualifiedKotlinType

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

public class FullyQualifiedKotlinType extends Object
  • Constructor Details

    • FullyQualifiedKotlinType

      public FullyQualifiedKotlinType(String fullTypeSpecification)
  • Method Details

    • getPackageName

      public String getPackageName()
    • getShortNameWithoutTypeArguments

      public String getShortNameWithoutTypeArguments()
    • getShortNameWithTypeArguments

      public String getShortNameWithTypeArguments()
    • getTypeArguments

      public List<FullyQualifiedKotlinType> getTypeArguments()
    • addTypeArgument

      public void addTypeArgument(FullyQualifiedKotlinType typeArgument)
    • getImportList

      public Set<String> getImportList()
      Returns a list of Strings that are the fully qualified names of this type, and any generic type argument associated with this type.
      Returns:
      the import list