Uses of Class
io.quarkus.gizmo2.GenericType.OfThrows
Packages that use GenericType.OfThrows
-
Uses of GenericType.OfThrows in io.quarkus.gizmo2
Subclasses of GenericType.OfThrows in io.quarkus.gizmo2Modifier and TypeClassDescriptionstatic 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 final classA generic type corresponding to a type variable.Methods in io.quarkus.gizmo2 that return GenericType.OfThrowsModifier and TypeMethodDescription<A extends Annotation>
GenericType.OfThrowsGenericType.OfThrows.withAnnotation(Class<A> annotationType) <A extends Annotation>
GenericType.OfThrowsGenericType.OfThrows.withAnnotation(Class<A> annotationType, Consumer<AnnotationCreator<A>> builder) GenericType.OfThrows.withAnnotations(Consumer<AnnotatableCreator> builder) Methods in io.quarkus.gizmo2 that return types with arguments of type GenericType.OfThrowsModifier and TypeMethodDescriptionTypeParameter.firstBound()Returns the optional first (primary) bound (not null).TypeParameter.otherBounds()Returns the other (secondary) bounds (notnull).Methods in io.quarkus.gizmo2 with parameters of type GenericType.OfThrowsModifier and TypeMethodDescriptionfinal booleanGenericType.OfClass.equals(GenericType.OfThrows other) booleanGenericType.OfThrows.equals(GenericType.OfThrows other) Returnstrueif this object is equal to the given object, orfalseif it is not.booleanGenericType.OfTypeVariable.equals(GenericType.OfThrows other) -
Uses of GenericType.OfThrows in io.quarkus.gizmo2.creator
Methods in io.quarkus.gizmo2.creator with parameters of type GenericType.OfThrowsModifier and TypeMethodDescriptionvoidExecutableCreator.throws_(GenericType.OfThrows throwableType) Declare that this method throws exceptions of the given type.