| Constructor and Description |
|---|
TypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Class<?>> |
allPrimitiveTypes() |
static Set<Class<?>> |
allWrapperTypes() |
static boolean |
isPrimOrWrapperType(Class<?> type) |
static boolean |
isWrapperType(Class<?> type) |
static Class<?> |
unwrap(Class<?> type) |
static Class<?> |
wrap(Class<?> type) |
Copyright © 2018. All rights reserved.