Uses of Class
org.jboss.jandex.TypeVariable
-
Uses of TypeVariable in org.jboss.jandex
Methods in org.jboss.jandex that return TypeVariableModifier and TypeMethodDescriptionType.asTypeVariable()Casts this type to aTypeVariableand returns it if the kind isType.Kind.TYPE_VARIABLE.TypeVariable.asTypeVariable()TypeVariable.Builder.build()Returns the built type variable.static TypeVariableCreate an instance of a type variable with the givenidentifier.TypeVariableReference.follow()Returns the type variable referred to by this reference.Methods in org.jboss.jandex that return types with arguments of type TypeVariableModifier and TypeMethodDescriptionfinal List<TypeVariable>ClassInfo.typeParameters()Returns the generic type parameters of this class, if any.final List<TypeVariable>MethodInfo.typeParameters()Returns the generic type parameters defined by this method.Methods in org.jboss.jandex with parameters of type TypeVariableModifier and TypeMethodDescriptionstatic MethodInfoMethodInfo.create(ClassInfo clazz, String name, String[] parameterNames, Type[] parameterTypes, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions) Construct a new mock Method instance.static MethodInfoMethodInfo.create(ClassInfo clazz, String name, Type[] parameterTypes, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions) Construct a new mock Method instance.Method parameters in org.jboss.jandex with type arguments of type TypeVariableModifier and TypeMethodDescriptionstatic voidGenericSignature.forTypeParameters(List<TypeVariable> typeParameters, Function<String, Type> typeVariableSubstitution, StringBuilder result) Appends a generic signature of a type parameter list, including the<at the beginning and>at the end, to givenStringBuilder.