public class TypeManager extends Object
| Constructor and Description |
|---|
TypeManager() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBestName(Type type) |
String |
getFullName(Class<?> clazz) |
List<String> |
getImports() |
String |
getRawName(Type type) |
String |
getRawTypeName(Type type) |
String |
getSimpleName(Type type) |
String |
getWrappedName(Type type) |
void |
registerImport(Class<?> clazz) |
void |
registerType(Type type) |
void |
registerTypes(Type... types) |
void |
staticImport(Class<?> type,
String method) |
Copyright © 2016. All rights reserved.