Uses of Class
io.quarkus.gizmo2.GenericType.OfArray
Packages that use GenericType.OfArray
-
Uses of GenericType.OfArray in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 that return GenericType.OfArrayModifier and TypeMethodDescriptionGenericType.arrayType()Returns the array type whose component type is this type.static GenericType.OfArrayReflection2Gizmo.genericTypeOf(AnnotatedArrayType type) Returns the given annotated array reflection type as a generic type (notnull).static GenericType.OfArrayReflection2Gizmo.genericTypeOf(GenericArrayType type) Returns the given array reflection type as a generic type (notnull).static GenericType.OfArrayReturns a generic type for the given array class.static GenericType.OfArrayReturns a generic type for the given array type.<A extends Annotation>
GenericType.OfArrayGenericType.OfArray.withAnnotation(Class<A> annotationType) <A extends Annotation>
GenericType.OfArrayGenericType.OfArray.withAnnotation(Class<A> annotationType, Consumer<AnnotationCreator<A>> builder) GenericType.OfArray.withAnnotations(Consumer<AnnotatableCreator> builder) Methods in io.quarkus.gizmo2 with parameters of type GenericType.OfArrayModifier and TypeMethodDescriptionbooleanGenericType.OfArray.equals(GenericType.OfArray oa) Returnstrueif this object is equal to the given object, orfalseif it is not.