类 SpecTypeArgumentsFullyQualifiedJavaType

  • 所有已实现的接口:
    Comparable<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType>

    public class SpecTypeArgumentsFullyQualifiedJavaType
    extends org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      String getShortName()  
      • 从类继承的方法 org.mybatis.generator.api.dom.java.FullyQualifiedJavaType

        addTypeArgument, compareTo, equals, getBooleanPrimitiveInstance, getCriteriaInstance, getDateInstance, getFullyQualifiedName, getFullyQualifiedNameWithoutTypeParameters, getGeneratedCriteriaInstance, getImportList, getIntInstance, getNewArrayListInstance, getNewHashMapInstance, getNewIteratorInstance, getNewListInstance, getNewMapInstance, getObjectInstance, getPackageName, getPrimitiveTypeWrapper, getShortNameWithoutTypeArguments, getStringInstance, getTypeArguments, hashCode, isArray, isExplicitlyImported, isPrimitive, toString
    • 构造器详细资料

      • SpecTypeArgumentsFullyQualifiedJavaType

        public SpecTypeArgumentsFullyQualifiedJavaType​(String fullTypeSpecification)
        Use this constructor to construct a generic type with the specified type parameters.
        参数:
        fullTypeSpecification - the full type specification
    • 方法详细资料

      • getShortName

        public String getShortName()
        覆盖:
        getShortName 在类中 org.mybatis.generator.api.dom.java.FullyQualifiedJavaType