public class TypeVariableModel extends AbstractTypeModel
| Constructor and Description |
|---|
TypeVariableModel(TypeVariable type) |
| Modifier and Type | Method and Description |
|---|---|
String |
declaration() |
boolean |
isTypeVariable() |
String |
packageName() |
String |
simpleName()
Simple name of the type (without package).
|
String |
toString() |
String |
wrapper() |
annotations, constructors, declaredMethods, fields, hasDefaultConstructor, interfaces, isArray, isEnum, isFinal, isPrimitive, isPublic, isSimple, isStatic, isSubclassOf, methods, parameters, parameterVariables, raw, superClass, typepublic TypeVariableModel(TypeVariable type)
public String wrapper()
public String simpleName()
TypeModelpublic String toString()
toString in class AbstractTypeModelpublic String packageName()
public String declaration()
declaration in interface TypeModeldeclaration in class AbstractTypeModelpublic boolean isTypeVariable()
isTypeVariable in interface TypeModelisTypeVariable in class AbstractTypeModelCopyright © 2019. All rights reserved.