Uses of Class
io.quarkus.gizmo2.TypeArgument
Packages that use TypeArgument
-
Uses of TypeArgument in io.quarkus.gizmo2
Subclasses of TypeArgument in io.quarkus.gizmo2Modifier and TypeClassDescriptionstatic final classAn exact type argument.static 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.static classA wildcard type argument.Methods in io.quarkus.gizmo2 that return TypeArgumentModifier and TypeMethodDescriptionstatic TypeArgumentReflection2Gizmo.typeArgumentOf(AnnotatedType type) Returns a type argument for the given annotated generic reflection type.static TypeArgumentReflection2Gizmo.typeArgumentOf(Type type) Returns a type argument for the given generic reflection type.Methods in io.quarkus.gizmo2 that return types with arguments of type TypeArgumentModifier and TypeMethodDescriptionGenericType.OfClass.typeArguments()Returns the list of type arguments (notnull).Methods in io.quarkus.gizmo2 with parameters of type TypeArgumentModifier and TypeMethodDescriptionstatic GenericType.OfClassGenericType.ofClass(Class<?> type, TypeArgument... typeArguments) Returns a generic type for the given class or interface type.static GenericType.OfClassGenericType.ofClass(ClassDesc desc, TypeArgument... typeArguments) Returns a generic type for the given class or interface type.Method parameters in io.quarkus.gizmo2 with type arguments of type TypeArgumentModifier and TypeMethodDescriptionstatic GenericTypeGenericType.of(Class<?> type, List<TypeArgument> typeArguments) Returns the given type as a generic type (notnull).static GenericTypeGenericType.of(ClassDesc desc, List<TypeArgument> typeArguments) Returns the given type as a generic type (notnull).static GenericType.OfClassGenericType.ofClass(Class<?> type, List<TypeArgument> typeArguments) Returns a generic type for the given class or interface type.static GenericType.OfClassGenericType.ofClass(ClassDesc desc, List<TypeArgument> typeArguments) Returns a generic type for the given class or interface type.GenericType.OfClass.withArguments(List<TypeArgument> newArguments) Returns a copy of this generic type with the given type arguments.GenericType.OfRootClass.withArguments(List<TypeArgument> newArguments)