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.TypeVariable Modifier and Type Field Description (package private) java.util.List<Type.TypeVariable>ClassSignatureBuilderImpl. typeParametersprivate java.util.List<Type.TypeVariable>MethodSignatureBuilderImpl. typeParametersMethods in io.quarkus.gizmo that return Type.TypeVariable Modifier and Type Method Description (package private) Type.TypeVariableType. asTypeVariable()(package private) Type.TypeVariableType.TypeVariable. asTypeVariable()static Type.TypeVariableType. typeVariable(java.lang.String name)static Type.TypeVariableType. typeVariable(java.lang.String name, Type classOrTypeVariableBound)static Type.TypeVariableType. typeVariable(java.lang.String name, Type classBound, Type... interfaceBounds)Methods in io.quarkus.gizmo with parameters of type Type.TypeVariable Modifier and Type Method Description SignatureBuilder.MethodSignatureBuilderMethodSignatureBuilderImpl. addException(Type.TypeVariable exceptionType)SignatureBuilder.MethodSignatureBuilderSignatureBuilder.MethodSignatureBuilder. addException(Type.TypeVariable exceptionType)SignatureBuilder.ClassSignatureBuilderClassSignatureBuilderImpl. addTypeParameter(Type.TypeVariable typeParameter)SignatureBuilder.MethodSignatureBuilderMethodSignatureBuilderImpl. addTypeParameter(Type.TypeVariable typeParameter)SignatureBuilder.ClassSignatureBuilderSignatureBuilder.ClassSignatureBuilder. addTypeParameter(Type.TypeVariable typeParameter)SignatureBuilder.MethodSignatureBuilderSignatureBuilder.MethodSignatureBuilder. addTypeParameter(Type.TypeVariable typeParameter)
-