public interface TypeModel
| Modifier and Type | Method and Description |
|---|---|
String |
declaration() |
List<MethodModel> |
declaredMethods() |
List<VarModel> |
fields() |
boolean |
hasDefaultConstructor() |
List<TypeModel> |
interfaces() |
boolean |
isArray() |
boolean |
isEnum() |
boolean |
isPrimitive() |
boolean |
isPublic() |
boolean |
isSimple() |
boolean |
isSubclassOf(DeclaredType parent) |
boolean |
isTypeVariable() |
List<MethodModel> |
methods() |
String |
packageName() |
List<TypeModel> |
parameters() |
List<TypeModel> |
parameterVariables() |
String |
raw() |
String |
simpleName()
Simple name of the type (without package).
|
TypeModel |
superClass() |
TypeModel |
type() |
String |
wrapper() |
String simpleName()
String packageName()
List<MethodModel> methods()
List<MethodModel> declaredMethods()
String wrapper()
TypeModel superClass()
String raw()
boolean isPrimitive()
boolean isSimple()
String declaration()
boolean isTypeVariable()
boolean hasDefaultConstructor()
boolean isPublic()
boolean isSubclassOf(DeclaredType parent)
boolean isArray()
boolean isEnum()
TypeModel type()
Copyright © 2018. All rights reserved.