类 SpecTypeArgumentsFullyQualifiedJavaType
- java.lang.Object
-
- org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- pro.leaco.mybatis.generator.plugins.utils.enhanced.SpecTypeArgumentsFullyQualifiedJavaType
-
- 所有已实现的接口:
Comparable<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType>
public class SpecTypeArgumentsFullyQualifiedJavaType extends org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
-
构造器概要
构造器 构造器 说明 SpecTypeArgumentsFullyQualifiedJavaType(String fullTypeSpecification)Use this constructor to construct a generic type with the specified type parameters.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetShortName()-
从类继承的方法 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
-
-