public class Generics extends Object
Constructor and Description |
---|
Generics() |
Generics(Generics parentScope) |
Generics(Map<String,Class> mappings) |
Modifier and Type | Method and Description |
---|---|
void |
add(String typeVar,
Class clazz) |
Class |
getConcreteClass(String typeVar) |
Map<String,Class> |
getMappings() |
Generics |
getParentScope() |
void |
resetParentScope() |
void |
setParentScope(Generics scope) |
String |
toString() |
Copyright © 2018. All rights reserved.