public final class PrimitiveTypeWrapper extends FullyQualifiedJavaType
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveTypeWrapper |
getBooleanInstance()
获取 Boolean 类型
|
static PrimitiveTypeWrapper |
getByteInstance()
获取 Byte 类型
|
static PrimitiveTypeWrapper |
getCharacterInstance()
获取 Character 类型
|
static PrimitiveTypeWrapper |
getDoubleInstance()
获取 Double 类型
|
static PrimitiveTypeWrapper |
getFloatInstance()
获取 Float 类型
|
static PrimitiveTypeWrapper |
getIntegerInstance()
获取 Integer 类型
|
static PrimitiveTypeWrapper |
getLongInstance()
获取 Long 类型
|
static PrimitiveTypeWrapper |
getShortInstance()
获取 Short 类型
|
addTypeArgument, compareTo, equals, getBooleanPrimitiveInstance, getDateInstance, getFullyQualifiedName, getImportList, getIntInstance, getNewArrayListInstance, getNewHashMapInstance, getNewIteratorInstance, getNewListInstance, getNewMapInstance, getObjectInstance, getShortName, getStringInstance, hashCode, toStringpublic 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 © 2018–2020. All rights reserved.