Uses of Class
org.jboss.jandex.JandexReflection.TypeVariableReferenceImpl
-
Packages that use JandexReflection.TypeVariableReferenceImpl Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of JandexReflection.TypeVariableReferenceImpl in org.jboss.jandex
Fields in org.jboss.jandex with type parameters of type JandexReflection.TypeVariableReferenceImpl Modifier and Type Field Description private java.util.Map<java.lang.String,JandexReflection.TypeVariableReferenceImpl<?>>
JandexReflection.TypeVariables. typeVariableReferences
Methods in org.jboss.jandex that return JandexReflection.TypeVariableReferenceImpl Modifier and Type Method Description (package private) JandexReflection.TypeVariableReferenceImpl<?>
JandexReflection.TypeVariables. getTypeVariableReference(java.lang.String identifier)
Methods in org.jboss.jandex with parameters of type JandexReflection.TypeVariableReferenceImpl Modifier and Type Method Description (package private) void
JandexReflection.TypeVariables. setTypeVariableReference(java.lang.String identifier, JandexReflection.TypeVariableReferenceImpl<?> typeVariableReference)
-