public interface TypeModel
| Modifier and Type | Method and Description |
|---|---|
List<TypeModel> |
interfaces() |
boolean |
isComplex() |
boolean |
isMissing() |
boolean |
isPrimitive() |
boolean |
isSimple() |
default boolean |
isTypeVariable() |
List<MethodModel> |
methods() |
String |
packageName() |
List<TypeModel> |
parameters() |
List<TypeModel> |
parameterVariables() |
String |
simpleName() |
TypeModel |
superClass() |
String |
wrapper() |
String wrapper()
String simpleName()
String packageName()
List<MethodModel> methods()
TypeModel superClass()
boolean isMissing()
boolean isPrimitive()
boolean isSimple()
boolean isComplex()
default boolean isTypeVariable()
Copyright © 2018. All rights reserved.