public class TypeHelper extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
TypeHelper.ExceptClassFilter |
| 构造器和说明 |
|---|
TypeHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isPrimitive(Class c) |
static Type |
solve(TypeVariable variable,
Type... types)
已过时。
|
static Type |
toTypeReference(Type type,
Type... contextClass)
已过时。
|
static Class |
typeToClass(Type type)
已过时。
|
@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.