public class TypeNameExtractor extends Object
| Constructor and Description |
|---|
TypeNameExtractor() |
| Modifier and Type | Method and Description |
|---|---|
private String |
nameFor(Class<?> raw) |
private String |
nameFor(ParameterizedType type) |
String |
nameFor(Type generic) |
private String |
nameFor(TypeVariable<?> variable) |
private String |
nameFor(WildcardType wild) |
private String nameFor(TypeVariable<?> variable)
private String nameFor(WildcardType wild)
private String nameFor(ParameterizedType type)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.