public class ArrayTypeInfo extends TypeInfo
| Constructor and Description |
|---|
ArrayTypeInfo(TypeInfo componentType,
boolean nullable) |
| Modifier and Type | Method and Description |
|---|---|
void |
collectImports(Collection<ClassTypeInfo> imports)
Collect the import fqcn needed by this type.
|
boolean |
equals(Object obj) |
ClassKind |
getKind() |
String |
getSimpleName() |
boolean |
isNullable() |
String |
translateName(TypeNameTranslator translator) |
getErased, getName, getRaw, hashCode, isParameterized, isVariable, isVoid, toString, translateNamepublic ArrayTypeInfo(TypeInfo componentType, boolean nullable)
public boolean isNullable()
isNullable in class TypeInfopublic void collectImports(Collection<ClassTypeInfo> imports)
TypeInfocollectImports in class TypeInfoimports - the importspublic String translateName(TypeNameTranslator translator)
translateName in class TypeInfopublic String getSimpleName()
getSimpleName in class TypeInfoHandler<Buffer>Copyright © 2020. All rights reserved.