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