Class GeneratedKotlinFile

java.lang.Object
org.mybatis.generator.api.GeneratedFile
org.mybatis.generator.api.GeneratedKotlinFile

public class GeneratedKotlinFile extends GeneratedFile
  • Constructor Details

  • Method Details

    • getFormattedContent

      public String getFormattedContent()
      Description copied from class: GeneratedFile
      Returns the entire contents of the generated file. Clients can simply save the value returned from this method as the file contents. Subclasses such as @see org.mybatis.generator.api.GeneratedJavaFile offer more fine grained access to file parts, but still implement this method in the event that the entire contents are desired.
      Specified by:
      getFormattedContent in class GeneratedFile
      Returns:
      Returns the content.
    • getFileName

      public String getFileName()
      Description copied from class: GeneratedFile
      Get the file name (without any path). Clients should use this method to determine how to save the results.
      Specified by:
      getFileName in class GeneratedFile
      Returns:
      Returns the file name.
    • getTargetPackage

      public String getTargetPackage()
      Description copied from class: GeneratedFile
      Get the target package for the file. Clients should use this method to determine how to save the results.
      Specified by:
      getTargetPackage in class GeneratedFile
      Returns:
      Returns the target project.
    • isMergeable

      public boolean isMergeable()
      Description copied from class: GeneratedFile
      Checks if is mergeable.
      Specified by:
      isMergeable in class GeneratedFile
      Returns:
      true, if is mergeable
    • getFileEncoding

      public String getFileEncoding()
      Specified by:
      getFileEncoding in class GeneratedFile