类 InnerTypeFullyQualifiedJavaType
- java.lang.Object
-
- org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
- pro.leaco.mybatis.generator.plugins.utils.enhanced.InnerTypeFullyQualifiedJavaType
-
- 所有已实现的接口:
Comparable<org.mybatis.generator.api.dom.java.FullyQualifiedJavaType>
public class InnerTypeFullyQualifiedJavaType extends org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
-
-
构造器概要
构造器 构造器 说明 InnerTypeFullyQualifiedJavaType(String fullTypeSpecification)Use this constructor to construct a generic type with the specified type parameters.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetFullyQualifiedName()This method returns the fully qualified name - including any generic type parameters.StringgetShortName()Gets the short name.-
从类继承的方法 org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
addTypeArgument, compareTo, equals, getBooleanPrimitiveInstance, getCriteriaInstance, getDateInstance, getFullyQualifiedNameWithoutTypeParameters, getGeneratedCriteriaInstance, getImportList, getIntInstance, getNewArrayListInstance, getNewHashMapInstance, getNewIteratorInstance, getNewListInstance, getNewMapInstance, getObjectInstance, getPackageName, getPrimitiveTypeWrapper, getShortNameWithoutTypeArguments, getStringInstance, getTypeArguments, hashCode, isArray, isExplicitlyImported, isPrimitive, toString
-
-
-
-
构造器详细资料
-
InnerTypeFullyQualifiedJavaType
public InnerTypeFullyQualifiedJavaType(String fullTypeSpecification)
Use this constructor to construct a generic type with the specified type parameters.- 参数:
fullTypeSpecification- the full type specification
-
-
方法详细资料
-
getFullyQualifiedName
public String getFullyQualifiedName()
This method returns the fully qualified name - including any generic type parameters.- 覆盖:
getFullyQualifiedName在类中org.mybatis.generator.api.dom.java.FullyQualifiedJavaType- 返回:
- Returns the fullyQualifiedName.
-
getShortName
public String getShortName()
Gets the short name.- 覆盖:
getShortName在类中org.mybatis.generator.api.dom.java.FullyQualifiedJavaType- 返回:
- Returns the shortName - including any type arguments.
-
-