Uses of Class
org.jboss.jandex.TypeVariable
-
Uses of TypeVariable in org.jboss.jandex
Fields in org.jboss.jandex with type parameters of type TypeVariableModifier and TypeFieldDescriptionprivate Map
<String, TypeVariable> GenericSignatureParser.classTypeParameters
private Map
<String, TypeVariable> GenericSignatureParser.elementTypeParameters
private Map
<String, TypeVariable> GenericSignatureParser.typeParameters
Methods in org.jboss.jandex that return TypeVariableModifier and TypeMethodDescriptionType.asTypeVariable()
Casts this type to aParameterizedType
and returns it if the kind isType.Kind.TYPE_VARIABLE
Throws an exception otherwise.TypeVariable.asTypeVariable()
(package private) TypeVariable
private TypeVariable
GenericSignatureParser.resolveBounds
(Type type) private TypeVariable
GenericSignatureParser.resolveType
(String identifier) 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.(package private) final List
<TypeVariable> MethodInternal.typeParameters()
Methods in org.jboss.jandex with parameters of type TypeVariableModifier and TypeMethodDescriptionstatic 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.