| Constructor | Description |
|---|---|
TypeUtils() |
| Modifier and Type | Method | 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 © 2018. All rights reserved.