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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFullyQualifiedName()
This method returns the fully qualified name - including any generic type parameters.
|
String |
getShortName()
Gets the short name.
|
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, toStringpublic InnerTypeFullyQualifiedJavaType(String fullTypeSpecification)
fullTypeSpecification - the full type specificationpublic String getFullyQualifiedName()
getFullyQualifiedName 在类中 org.mybatis.generator.api.dom.java.FullyQualifiedJavaTypepublic String getShortName()
getShortName 在类中 org.mybatis.generator.api.dom.java.FullyQualifiedJavaTypeCopyright © 2019. All rights reserved.