Uses of Class
io.quarkus.gizmo2.GenericType.OfReference
Packages that use GenericType.OfReference
-
Uses of GenericType.OfReference in io.quarkus.gizmo2
Subclasses of GenericType.OfReference in io.quarkus.gizmo2Modifier and TypeClassDescriptionstatic final classA generic type corresponding to an array type.static classA generic type of a class or interface (including specialized cases: enums, records, or annotations).static final classA generic type corresponding to an inner class.static final classA generic type corresponding to a "root" (non-inner) class.static classA generic type corresponding to a reference type that is suitable for use in a methodthrowsclause.static final classA generic type corresponding to a type variable.Methods in io.quarkus.gizmo2 that return GenericType.OfReferenceModifier and TypeMethodDescriptionTypeArgument.OfBounded.bound()Returns the bound of this wildcard (notnull).TypeArgument.OfExtends.bound()TypeArgument.OfSuper.bound()default GenericType.OfReferenceTypeArgument.OfBounded.type()TypeArgument.OfExact.type()TypeArgument.OfTyped.type()<A extends Annotation>
GenericType.OfReferenceGenericType.OfReference.withAnnotation(Class<A> annotationType) <A extends Annotation>
GenericType.OfReferenceGenericType.OfReference.withAnnotation(Class<A> annotationType, Consumer<AnnotationCreator<A>> builder) GenericType.OfReference.withAnnotations(Consumer<AnnotatableCreator> builder) Methods in io.quarkus.gizmo2 with parameters of type GenericType.OfReferenceModifier and TypeMethodDescriptionbooleanGenericType.OfArray.equals(GenericType.OfReference other) booleanGenericType.OfReference.equals(GenericType.OfReference other) Returnstrueif this object is equal to the given object, orfalseif it is not.final booleanGenericType.OfThrows.equals(GenericType.OfReference other) static TypeArgument.OfExactTypeArgument.ofExact(GenericType.OfReference type) Returns a type argument representing exactly the given type.static TypeArgument.OfExtendsTypeArgument.ofExtends(GenericType.OfReference bound) Returns a type argument representing a wildcard with given upper bound.static TypeArgument.OfSuperTypeArgument.ofSuper(GenericType.OfReference bound) Returns a type argument representing a wildcard with given lower bound.