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