public class TypeHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypeHelper.ExceptClassFilter |
| Constructor and Description |
|---|
TypeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPrimitive(Class c) |
static Type |
solve(TypeVariable variable,
Type... types)
Deprecated.
|
static Type |
toTypeReference(Type type,
Type... contextClass)
Deprecated.
|
static Class |
typeToClass(Type type)
Deprecated.
|
@Deprecated public static Class typeToClass(Type type)
@Deprecated public static Type toTypeReference(Type type, Type... contextClass)
@Deprecated public static Type solve(TypeVariable variable, Type... types)
public static boolean isPrimitive(Class c)
Copyright © 2020. All rights reserved.