public final class TypeModel extends Object
| Constructor and Description |
|---|
TypeModel(ModelFactory factory,
TypeMirror typeMirror,
TypeElement type) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeModel> |
interfaces() |
boolean |
isComplex() |
boolean |
isMissing() |
boolean |
isPrimitive() |
boolean |
isSimple() |
List<MethodModel> |
methods() |
String |
packageName() |
List<TypeModel> |
parameters() |
String |
simpleName() |
TypeModel |
superClass() |
String |
toString() |
String |
wrapper() |
public TypeModel(ModelFactory factory, TypeMirror typeMirror, TypeElement type)
public String wrapper()
public String simpleName()
public String packageName()
public List<MethodModel> methods()
public TypeModel superClass()
public boolean isMissing()
public boolean isPrimitive()
public boolean isSimple()
public boolean isComplex()
Copyright © 2018. All rights reserved.