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