Uses of Class
org.jboss.jandex.TypeVariable
-
-
Uses of TypeVariable in org.jboss.jandex
Methods in org.jboss.jandex that return TypeVariable Modifier and Type Method Description TypeVariableType. asTypeVariable()Casts this type to aParameterizedTypeand returns it if the kind isType.Kind.TYPE_VARIABLEThrows an exception otherwise.TypeVariableTypeVariable. asTypeVariable()Methods in org.jboss.jandex that return types with arguments of type TypeVariable Modifier and Type Method Description List<TypeVariable>ClassInfo. typeParameters()Returns the generic type parameters of this class, if any.List<TypeVariable>MethodInfo. typeParameters()Returns the generic type parameters defined by this method.Methods in org.jboss.jandex with parameters of type TypeVariable Modifier and Type Method Description static MethodInfoMethodInfo. create(ClassInfo clazz, String name, String[] parameterNames, Type[] args, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions)Construct a new mock Method instance.static MethodInfoMethodInfo. create(ClassInfo clazz, String name, Type[] args, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions)Construct a new mock Method instance.
-