Uses of Class
io.quarkus.gizmo.Type.TypeVariable
-
Uses of Type.TypeVariable in io.quarkus.gizmo
Fields in io.quarkus.gizmo with type parameters of type Type.TypeVariableModifier and TypeFieldDescription(package private) List<Type.TypeVariable> ClassSignatureBuilderImpl.typeParametersprivate List<Type.TypeVariable> MethodSignatureBuilderImpl.typeParametersMethods in io.quarkus.gizmo that return Type.TypeVariableModifier and TypeMethodDescription(package private) Type.TypeVariableType.asTypeVariable()(package private) Type.TypeVariableType.TypeVariable.asTypeVariable()static Type.TypeVariableType.typeVariable(String name) static Type.TypeVariableType.typeVariable(String name, Type classOrTypeVariableBound) static Type.TypeVariableType.typeVariable(String name, Type classBound, Type... interfaceBounds) Methods in io.quarkus.gizmo with parameters of type Type.TypeVariableModifier and TypeMethodDescriptionMethodSignatureBuilderImpl.addException(Type.TypeVariable exceptionType) SignatureBuilder.MethodSignatureBuilder.addException(Type.TypeVariable exceptionType) ClassSignatureBuilderImpl.addTypeParameter(Type.TypeVariable typeParameter) MethodSignatureBuilderImpl.addTypeParameter(Type.TypeVariable typeParameter) SignatureBuilder.ClassSignatureBuilder.addTypeParameter(Type.TypeVariable typeParameter) SignatureBuilder.MethodSignatureBuilder.addTypeParameter(Type.TypeVariable typeParameter)