public abstract class Generics extends Object
| Constructor and Description |
|---|
Generics() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isUnknownType(Type type) |
static Type |
makeArrayType(Type componentType) |
static ParameterizedType |
makeParameterizedType(Class<?> container,
Type... arguments) |
Copyright © 2021. All rights reserved.