public final class TypeHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static Set<Class<?>> |
getPrimitiveTypes() |
static Set<Class<?>> |
getWrapperTypes() |
static boolean |
isConstantType(Class<?> type) |
static boolean |
isPrimitiveType(Class<?> type) |
static boolean |
isWrapperType(Class<?> type) |
static Class<?> |
unwrap(Class<?> type) |
static Class<?> |
wrap(Class<?> type) |
Copyright © 2018 eu.stamp-project. All rights reserved.