Uses of Class
com.squareup.javapoet.ArrayTypeName
-
-
Uses of ArrayTypeName in com.squareup.javapoet
Methods in com.squareup.javapoet that return ArrayTypeName Modifier and Type Method Description ArrayTypeName
ArrayTypeName. annotated(List<AnnotationSpec> annotations)
static ArrayTypeName
ArrayTypeName. get(GenericArrayType type)
Returns an array type equivalent totype
.static ArrayTypeName
ArrayTypeName. get(ArrayType mirror)
Returns an array type equivalent tomirror
.static ArrayTypeName
ArrayTypeName. of(TypeName componentType)
Returns an array type whose elements are all instances ofcomponentType
.static ArrayTypeName
ArrayTypeName. of(Type componentType)
Returns an array type whose elements are all instances ofcomponentType
.
-