public interface Type
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
Type |
getDefaultImplementation()
Return the default implementation of the type.
|
Type[] |
getGenericTypes()
An array with the generic types.
|
String |
getPackageName() |
Type |
getSuperClass() |
boolean |
isArray() |
boolean |
isCollection() |
boolean |
isConcrete() |
String getPackageName()
String getClassName()
boolean isArray()
boolean isCollection()
boolean isConcrete()
Type getDefaultImplementation()
Type getSuperClass()
Type[] getGenericTypes()
Copyright © 2015. All Rights Reserved.