public interface TypeModel extends GenericModel<TypeModel>
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
componentType() |
TypeModel |
componentType(TypeModel componentType) |
List<VarModel> |
fields() |
TypeModel |
fields(List<VarModel> fields) |
String |
fullName() |
List<TypeModel> |
interfaces() |
boolean |
isArray() |
boolean |
isTypeVariable() |
List<MethodModel> |
methods() |
TypeModel |
methods(List<MethodModel> methods) |
List<TypeModel> |
nestedClasses() |
String |
packageName() |
TypeModel |
rawType() |
TypeModel |
rawType(TypeModel rawType) |
String |
simpleName() |
TypeModel |
superClass() |
TypeModel |
superClass(TypeModel dslType) |
typeParameters, typeParametersannotations, metadata, modifiersString simpleName()
String packageName()
String fullName()
boolean isArray()
boolean isTypeVariable()
TypeModel rawType()
TypeModel componentType()
List<MethodModel> methods()
TypeModel methods(List<MethodModel> methods)
TypeModel superClass()
Copyright © 2019. All rights reserved.