public class PrimitiveTypeWrapper extends FullyQualifiedJavaType
| 限定符和类型 | 方法和说明 |
|---|---|
static PrimitiveTypeWrapper |
getBooleanInstance() |
static PrimitiveTypeWrapper |
getByteInstance() |
static PrimitiveTypeWrapper |
getCharacterInstance() |
static PrimitiveTypeWrapper |
getDoubleInstance() |
static PrimitiveTypeWrapper |
getFloatInstance() |
static PrimitiveTypeWrapper |
getIntegerInstance() |
static PrimitiveTypeWrapper |
getLongInstance() |
static PrimitiveTypeWrapper |
getShortInstance() |
String |
getToPrimitiveMethod() |
addTypeArgument, compareTo, equals, getBooleanPrimitiveInstance, getCriteriaInstance, getDateInstance, getFullyQualifiedName, getFullyQualifiedNameWithoutTypeParameters, getGeneratedCriteriaInstance, getImportList, getIntInstance, getNewArrayListInstance, getNewHashMapInstance, getNewIteratorInstance, getNewListInstance, getNewMapInstance, getObjectInstance, getPackageName, getPrimitiveTypeWrapper, getShortName, getShortNameWithoutTypeArguments, getStringInstance, hashCode, isArray, isExplicitlyImported, isPrimitive, toStringpublic String getToPrimitiveMethod()
public static PrimitiveTypeWrapper getBooleanInstance()
public static PrimitiveTypeWrapper getByteInstance()
public static PrimitiveTypeWrapper getCharacterInstance()
public static PrimitiveTypeWrapper getDoubleInstance()
public static PrimitiveTypeWrapper getFloatInstance()
public static PrimitiveTypeWrapper getIntegerInstance()
public static PrimitiveTypeWrapper getLongInstance()
public static PrimitiveTypeWrapper getShortInstance()
Copyright © 2006–2016 MyBatis.org. All rights reserved.