Uses of Class
io.quarkus.gizmo2.TypeParameter
Packages that use TypeParameter
-
Uses of TypeParameter in io.quarkus.gizmo2
Subclasses of TypeParameter in io.quarkus.gizmo2Modifier and TypeClassDescriptionstatic final classA type parameter on a constructor.static final classA type parameter on a method.static final classA type parameter on a class or interface.Methods in io.quarkus.gizmo2 that return TypeParameterModifier and TypeMethodDescriptionstatic TypeParameterReflection2Gizmo.typeParameterOf(TypeVariable<?> typeVar) Returns a type parameter for the given type variable.Methods in io.quarkus.gizmo2 with parameters of type TypeParameterModifier and TypeMethodDescriptionbooleanTypeParameter.equals(TypeParameter other) Returnstrueif this object is equal to the given object, orfalseif it is not.booleanTypeParameter.OfConstructor.equals(TypeParameter other) booleanTypeParameter.OfMethod.equals(TypeParameter other) booleanTypeParameter.OfType.equals(TypeParameter other)