public class TypeUtil extends Object
| Constructor and Description |
|---|
TypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Type |
getComponentType(Type type) |
static Class<?> |
getRawType(Type type) |
static Type |
getTypeVariable(Type declared,
Class<?> type,
String name)
Resolve the type variable on the given declared type.
|
Copyright © 2017. All rights reserved.