public class TypeUtils extends Object
| 构造器和说明 |
|---|
TypeUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Class<? extends Collection> |
getCollectionClass(Type type) |
static boolean |
isArray(Type t) |
static boolean |
isCollection(Type t) |
static boolean |
isResolved(Type t) |
static boolean |
isSimple(Type type) |
static boolean |
isVoid(Type type) |
public static boolean isResolved(Type t)
public static Class<? extends Collection> getCollectionClass(Type type)
public static boolean isSimple(Type type)
public static boolean isVoid(Type type)
public static boolean isArray(Type t)
public static boolean isCollection(Type t)
Copyright © 2020. All rights reserved.