public class PrimitiveTypeUtil extends Object
| 构造器和说明 |
|---|
PrimitiveTypeUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isPrimitive(Class<?> clz)
Determine the class is primitive or not.
|
static Class<?> |
toPrimitive(Class<?> wrapperType)
Get primitive type of wrapper class.
|
Copyright © 2018. All rights reserved.