Uses of Class
com.squareup.javapoet.ArrayTypeName
-
Uses of ArrayTypeName in com.squareup.javapoet
Methods in com.squareup.javapoet that return ArrayTypeNameModifier and TypeMethodDescriptionArrayTypeName.annotated(List<AnnotationSpec> annotations) (package private) static ArrayTypeNameReturnstypeas an array, or null iftypeis not an array.static ArrayTypeNameArrayTypeName.get(GenericArrayType type) Returns an array type equivalent totype.(package private) static ArrayTypeNameArrayTypeName.get(GenericArrayType type, Map<Type, TypeVariableName> map) static ArrayTypeNameReturns an array type equivalent tomirror.(package private) static ArrayTypeNameArrayTypeName.get(ArrayType mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) static ArrayTypeNameReturns an array type whose elements are all instances ofcomponentType.static ArrayTypeNameReturns an array type whose elements are all instances ofcomponentType.