public class PrimitiveTypeWrapper extends FullyQualifiedJavaType
| Modifier and Type | Method and Description |
|---|---|
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, getTypeArguments, 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.