public class TypeContext extends Object
| Constructor and Description |
|---|
TypeContext(Class<?> type) |
TypeContext(Class<?> type,
List<TypeContext> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getType() |
Map<String,TypeContext> |
getTypeParameters() |
TypeContext |
resolve(Class<?> declaringClass,
Type returnType) |
String |
toString() |
public TypeContext(Class<?> type, List<TypeContext> arguments)
public TypeContext(Class<?> type)
public Class<?> getType()
public Map<String,TypeContext> getTypeParameters()
public TypeContext resolve(Class<?> declaringClass, Type returnType)
Copyright © 2021. All rights reserved.