public class PrimitiveTypeWrapper extends FullyQualifiedJavaType
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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() |
int |
hashCode() |
addTypeArgument, compareTo, getBooleanPrimitiveInstance, getCriteriaInstance, getDateInstance, getFullyQualifiedName, getFullyQualifiedNameWithoutTypeParameters, getGeneratedCriteriaInstance, getImportList, getIntInstance, getNewArrayListInstance, getNewHashMapInstance, getNewIteratorInstance, getNewListInstance, getObjectInstance, getPackageName, getPrimitiveTypeWrapper, getShortName, getShortNameWithoutTypeArguments, getStringInstance, getTypeArguments, isArray, isExplicitlyImported, isPrimitive, toStringpublic String getToPrimitiveMethod()
public boolean equals(Object obj)
equals in class FullyQualifiedJavaTypepublic int hashCode()
hashCode in class FullyQualifiedJavaTypepublic 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–2025 MyBatis.org. All rights reserved.