Uses of Class
io.quarkus.gizmo2.GenericType.OfTypeVariable
Packages that use GenericType.OfTypeVariable
-
Uses of GenericType.OfTypeVariable in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 that return GenericType.OfTypeVariableModifier and TypeMethodDescriptionTypeParameter.genericType()Returns the generic type corresponding to this type variable (notnull).static GenericType.OfTypeVariableReflection2Gizmo.genericTypeOf(AnnotatedTypeVariable type) Returns the given type variable annotated reflection type as a generic type (notnull).static GenericType.OfTypeVariableReflection2Gizmo.genericTypeOf(TypeVariable<?> type) Returns the given type variable reflection type as a generic type (notnull).static GenericType.OfTypeVariableGenericType.ofTypeVariable(String name) Returns the generic type of a type variable (notnull).static GenericType.OfTypeVariableGenericType.ofTypeVariable(String name, Class<?> bound) Returns the generic type of a type variable (notnull).static GenericType.OfTypeVariableGenericType.ofTypeVariable(String name, ClassDesc bound) Returns the generic type of a type variable (notnull).<A extends Annotation>
GenericType.OfTypeVariableGenericType.OfTypeVariable.withAnnotation(Class<A> annotationType) <A extends Annotation>
GenericType.OfTypeVariableGenericType.OfTypeVariable.withAnnotation(Class<A> annotationType, Consumer<AnnotationCreator<A>> builder) GenericType.OfTypeVariable.withAnnotations(Consumer<AnnotatableCreator> builder) Methods in io.quarkus.gizmo2 with parameters of type GenericType.OfTypeVariableModifier and TypeMethodDescriptionbooleanGenericType.OfTypeVariable.equals(GenericType.OfTypeVariable tvt) Returnstrueif this object is equal to the given object, orfalseif it is not. -
Uses of GenericType.OfTypeVariable in io.quarkus.gizmo2.creator
Methods in io.quarkus.gizmo2.creator that return GenericType.OfTypeVariableModifier and TypeMethodDescriptiondefault GenericType.OfTypeVariableTypeParameterizedCreator.typeParameter(String name) Creates a type parameter with givennameand no bounds.TypeParameterizedCreator.typeParameter(String name, Consumer<TypeParameterCreator> builder) Creates a type parameter with givennameand allows configuring its bounds.Methods in io.quarkus.gizmo2.creator with parameters of type GenericType.OfTypeVariableModifier and TypeMethodDescriptionvoidTypeParameterCreator.setFirstBound(GenericType.OfTypeVariable bound) Establish the (optional) first bound for the type variable.