Uses of Class
io.quarkus.gizmo2.TypeArgument.OfUnbounded
Packages that use TypeArgument.OfUnbounded
-
Uses of TypeArgument.OfUnbounded in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 that return TypeArgument.OfUnboundedModifier and TypeMethodDescriptionstatic TypeArgument.OfUnboundedTypeArgument.ofUnbounded()Returns a type argument representing the unbounded wildcard.<A extends Annotation>
TypeArgument.OfUnboundedTypeArgument.OfUnbounded.withAnnotation(Class<A> annotationType) <A extends Annotation>
TypeArgument.OfUnboundedTypeArgument.OfUnbounded.withAnnotation(Class<A> annotationType, Consumer<AnnotationCreator<A>> builder) TypeArgument.OfUnbounded.withAnnotations(Consumer<AnnotatableCreator> builder) Methods in io.quarkus.gizmo2 with parameters of type TypeArgument.OfUnboundedModifier and TypeMethodDescriptionbooleanTypeArgument.OfUnbounded.equals(TypeArgument.OfUnbounded other)