Module java4ever.binding
Class ArrayTypeName
java.lang.Object
tech.deplant.java4ever.binding.generator.javapoet.TypeName
tech.deplant.java4ever.binding.generator.javapoet.ArrayTypeName
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionannotated(List<AnnotationSpec> annotations) static ArrayTypeNameget(GenericArrayType type) Returns an array type equivalent totype.static ArrayTypeNameReturns an array type equivalent tomirror.static ArrayTypeNameReturns an array type whose elements are all instances ofcomponentType.static ArrayTypeNameReturns an array type whose elements are all instances ofcomponentType.Methods inherited from class tech.deplant.java4ever.binding.generator.javapoet.TypeName
annotated, box, concatAnnotations, equals, get, get, hashCode, isAnnotated, isBoxedPrimitive, isPrimitive, toString, unbox
-
Field Details
-
componentType
-
-
Method Details
-
of
Returns an array type whose elements are all instances ofcomponentType. -
of
Returns an array type whose elements are all instances ofcomponentType. -
get
Returns an array type equivalent tomirror. -
get
Returns an array type equivalent totype. -
annotated
-
withoutAnnotations
- Overrides:
withoutAnnotationsin classTypeName
-