public class ReflectUtils extends Object
| Constructor and Description |
|---|
ReflectUtils() |
| Modifier and Type | Method and Description |
|---|---|
static ParameterizedType |
createParametrizedType(Type rawType,
Type... actualTypeArguments) |
static Object |
getDefaultValue(Type type) |
static Class |
getRawClass(Type type) |
static boolean |
isDefaultValue(Type type,
Object value) |
public static ParameterizedType createParametrizedType(Type rawType, Type... actualTypeArguments)
Copyright © 2022 vpc open source initiative. All rights reserved.