类 FullyQualifiedTypescriptType

java.lang.Object
org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
net.entframework.kernel.db.generator.typescript.runtime.FullyQualifiedTypescriptType
所有已实现的接口:
Comparable<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType>

public class FullyQualifiedTypescriptType extends org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
  • 构造器概要

    构造器
    构造器
    说明
    FullyQualifiedTypescriptType(String fullTypeSpecification)
     
    FullyQualifiedTypescriptType(String fullTypeSpecification, boolean isType)
     
    FullyQualifiedTypescriptType(String projectRootAlias, String fullTypeSpecification, boolean isType)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
    create(String type)
     
    org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
    create(org.mybatis.generator.api.dom.java.FullyQualifiedJavaType type)
     
     
     
     
    boolean
     

    从类继承的方法 org.mybatis.generator.api.dom.java.FullyQualifiedJavaType

    addTypeArgument, compareTo, equals, getBooleanPrimitiveInstance, getCriteriaInstance, getDateInstance, getFullyQualifiedName, getFullyQualifiedNameWithoutTypeParameters, getGeneratedCriteriaInstance, getImportList, getIntInstance, getNewArrayListInstance, getNewHashMapInstance, getNewIteratorInstance, getNewListInstance, getObjectInstance, getPackageName, getPrimitiveTypeWrapper, getShortName, getShortNameWithoutTypeArguments, getStringInstance, getTypeArguments, hashCode, isArray, isExplicitlyImported, isPrimitive, toString

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • FullyQualifiedTypescriptType

      public FullyQualifiedTypescriptType(String fullTypeSpecification)
    • FullyQualifiedTypescriptType

      public FullyQualifiedTypescriptType(String fullTypeSpecification, boolean isType)
    • FullyQualifiedTypescriptType

      public FullyQualifiedTypescriptType(String projectRootAlias, String fullTypeSpecification, boolean isType)
  • 方法详细资料

    • getProjectRootAlias

      public String getProjectRootAlias()
    • getPackagePath

      public String getPackagePath()
    • getFileName

      public String getFileName()
    • create

      public org.mybatis.generator.api.dom.java.FullyQualifiedJavaType create(org.mybatis.generator.api.dom.java.FullyQualifiedJavaType type)
      覆盖:
      create 在类中 org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
    • create

      public org.mybatis.generator.api.dom.java.FullyQualifiedJavaType create(String type)
      覆盖:
      create 在类中 org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
    • isInterface

      public boolean isInterface()