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 TypeVariable
Type. asTypeVariable()
Casts this type to aParameterizedType
and returns it if the kind isType.Kind.TYPE_VARIABLE
Throws an exception otherwise.TypeVariable
TypeVariable. 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 MethodInfo
MethodInfo. create(ClassInfo clazz, String name, String[] parameterNames, Type[] args, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions)
Construct a new mock Method instance.static MethodInfo
MethodInfo. create(ClassInfo clazz, String name, Type[] args, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions)
Construct a new mock Method instance.
-