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