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