Uses of Class
org.jboss.jandex.TypeVariableReference
Packages that use TypeVariableReference
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of TypeVariableReference in org.jboss.jandex
Methods in org.jboss.jandex that return TypeVariableReferenceModifier and TypeMethodDescriptionType.asTypeVariableReference()
Casts this type to aTypeVariableReference
and returns it if the kind isType.Kind.TYPE_VARIABLE_REFERENCE
.TypeVariableReference.asTypeVariableReference()
Method parameters in org.jboss.jandex with type arguments of type TypeVariableReferenceModifier and TypeMethodDescriptionprivate Type
IndexReaderV2.readTypeEntry
(PackedDataInputStream stream, Map<TypeVariableReference, Integer> references)