类 GeneratedTypescriptFile

java.lang.Object
org.mybatis.generator.api.GeneratedFile
org.mybatis.generator.api.GeneratedJavaFile
net.entframework.kernel.db.generator.typescript.runtime.GeneratedTypescriptFile

public class GeneratedTypescriptFile extends org.mybatis.generator.api.GeneratedJavaFile
  • 构造器详细资料

    • GeneratedTypescriptFile

      public GeneratedTypescriptFile(org.mybatis.generator.api.dom.java.CompilationUnit compilationUnit, String targetProject, String fileEncoding, org.mybatis.generator.api.JavaFormatter javaFormatter, String projectAlias)
    • GeneratedTypescriptFile

      public GeneratedTypescriptFile(org.mybatis.generator.api.dom.java.CompilationUnit compilationUnit, String targetProject, String fileEncoding, org.mybatis.generator.api.JavaFormatter javaFormatter)
  • 方法详细资料

    • getFormattedContent

      public String getFormattedContent()
      覆盖:
      getFormattedContent 在类中 org.mybatis.generator.api.GeneratedJavaFile
    • getFileName

      public String getFileName()
      覆盖:
      getFileName 在类中 org.mybatis.generator.api.GeneratedJavaFile
    • getTargetPackage

      public String getTargetPackage()
      覆盖:
      getTargetPackage 在类中 org.mybatis.generator.api.GeneratedJavaFile
    • getCompilationUnit

      public org.mybatis.generator.api.dom.java.CompilationUnit getCompilationUnit()
      This method is required by the Eclipse Java merger. If you are not running in Eclipse, or some other system that implements the Java merge function, you may return null from this method.
      覆盖:
      getCompilationUnit 在类中 org.mybatis.generator.api.GeneratedJavaFile
      返回:
      the CompilationUnit associated with this file, or null if the file is not mergeable.
    • isMergeable

      public boolean isMergeable()
      A Java file is mergeable if the getCompilationUnit() method returns a valid compilation unit.
      覆盖:
      isMergeable 在类中 org.mybatis.generator.api.GeneratedJavaFile
      返回:
      true, if is mergeable
    • getFileEncoding

      public String getFileEncoding()
      覆盖:
      getFileEncoding 在类中 org.mybatis.generator.api.GeneratedJavaFile
    • getWriteMode

      public org.mybatis.generator.api.WriteMode getWriteMode()
      覆盖:
      getWriteMode 在类中 org.mybatis.generator.api.GeneratedJavaFile