Uses of Class
io.quarkus.gizmo2.TypeArgument.OfWildcard
Packages that use TypeArgument.OfWildcard
-
Uses of TypeArgument.OfWildcard in io.quarkus.gizmo2
Subclasses of TypeArgument.OfWildcard in io.quarkus.gizmo2Modifier and TypeClassDescriptionstatic final classA wildcard type argument with an upper (extends) bound.static final classA wildcard type argument with a lower (super) bound.static final classAn unbounded wildcard type argument.Methods in io.quarkus.gizmo2 that return TypeArgument.OfWildcardModifier and TypeMethodDescriptionstatic TypeArgument.OfWildcardReflection2Gizmo.typeArgumentOf(AnnotatedWildcardType type) Returns a type argument for the given annotated reflection wildcard type.static TypeArgument.OfWildcardReflection2Gizmo.typeArgumentOf(WildcardType type) Returns a type argument for the given reflection wildcard type.<A extends Annotation>
TypeArgument.OfWildcardTypeArgument.OfWildcard.withAnnotation(Class<A> annotationType) Returns a copy of this type argument with the given annotation.<A extends Annotation>
TypeArgument.OfWildcardTypeArgument.OfWildcard.withAnnotation(Class<A> annotationType, Consumer<AnnotationCreator<A>> builder) Returns a copy of this type argument with the given annotation.TypeArgument.OfWildcard.withAnnotations(Consumer<AnnotatableCreator> builder) Returns a copy of this type argument with annotations defined by the given builder.Methods in io.quarkus.gizmo2 with parameters of type TypeArgument.OfWildcardModifier and TypeMethodDescriptionbooleanTypeArgument.OfExtends.equals(TypeArgument.OfWildcard other) booleanTypeArgument.OfSuper.equals(TypeArgument.OfWildcard other) booleanTypeArgument.OfUnbounded.equals(TypeArgument.OfWildcard other) booleanTypeArgument.OfWildcard.equals(TypeArgument.OfWildcard other)