class ArrayTypeName : TypeName
| componentType |
val componentType: TypeName |
| annotations |
val annotations: List<AnnotationSpec> |
| isAnnotated |
val isAnnotated: Boolean |
| annotated |
fun annotated(annotations: List<AnnotationSpec>): ArrayTypeName |
| withoutAnnotations |
fun withoutAnnotations(): TypeName |
| annotated |
fun annotated(vararg annotations: AnnotationSpec): TypeName |
| equals |
open fun equals(other: Any?): Boolean |
| hashCode |
open fun hashCode(): Int |
| toString |
open fun toString(): String |
| of |
fun of(componentType: TypeName): ArrayTypeNamefun of(componentType: Type): ArrayTypeNamefun of(componentType: KClass<*>): TypeName
Returns an array type whose elements are all instances of |