Uses of Class
io.quarkus.gizmo2.TypeArgument.OfSuper
Packages that use TypeArgument.OfSuper
-
Uses of TypeArgument.OfSuper in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 that return TypeArgument.OfSuperModifier and TypeMethodDescriptionstatic TypeArgument.OfSuperTypeArgument.ofSuper(GenericType.OfReference bound) Returns a type argument representing a wildcard with given lower bound.<A extends Annotation>
TypeArgument.OfSuperTypeArgument.OfSuper.withAnnotation(Class<A> annotationType) <A extends Annotation>
TypeArgument.OfSuperTypeArgument.OfSuper.withAnnotation(Class<A> annotationType, Consumer<AnnotationCreator<A>> builder) TypeArgument.OfSuper.withAnnotations(Consumer<AnnotatableCreator> builder) Methods in io.quarkus.gizmo2 with parameters of type TypeArgument.OfSuperModifier and TypeMethodDescriptionbooleanTypeArgument.OfSuper.equals(TypeArgument.OfSuper other)