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, getGeneratedCriteriaInstance, getImportList, getIntInstance, getNewArrayListInstance, getNewHashMapInstance, getNewIteratorInstance, getNewListInstance, getNewMapInstance, getObjectInstance, getPackageName, getPrimitiveTypeWrapper, getShortName, getStringInstance, hashCode, isExplicitlyImported, isPrimitive, toString
public 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 © 2010–2018 MyBatis.org. All rights reserved.