Uses of Class
org.jboss.jandex.TypeVariableReference
-
Packages that use TypeVariableReference Package Description org.jboss.jandex 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 TypeVariableReference Modifier and Type Method Description TypeVariableReference
Type. asTypeVariableReference()
Casts this type to aTypeVariableReference
and returns it if the kind isType.Kind.TYPE_VARIABLE_REFERENCE
.TypeVariableReference
TypeVariableReference. asTypeVariableReference()
Method parameters in org.jboss.jandex with type arguments of type TypeVariableReference Modifier and Type Method Description private Type
IndexReaderV2. readTypeEntry(PackedDataInputStream stream, java.util.Map<TypeVariableReference,java.lang.Integer> references)
-