Uses of Class
org.jboss.jandex.JandexReflection.TypeVariableImpl
-
Packages that use JandexReflection.TypeVariableImpl Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of JandexReflection.TypeVariableImpl in org.jboss.jandex
Fields in org.jboss.jandex declared as JandexReflection.TypeVariableImpl Modifier and Type Field Description private JandexReflection.TypeVariableImpl<D>JandexReflection.TypeVariableReferenceImpl. delegateFields in org.jboss.jandex with type parameters of type JandexReflection.TypeVariableImpl Modifier and Type Field Description private java.util.Map<java.lang.String,JandexReflection.TypeVariableImpl<?>>JandexReflection.TypeVariables. typeVariablesMethods in org.jboss.jandex that return JandexReflection.TypeVariableImpl Modifier and Type Method Description (package private) JandexReflection.TypeVariableImpl<?>JandexReflection.TypeVariables. getTypeVariable(java.lang.String identifier)Methods in org.jboss.jandex with parameters of type JandexReflection.TypeVariableImpl Modifier and Type Method Description (package private) voidJandexReflection.TypeVariableReferenceImpl. setDelegate(JandexReflection.TypeVariableImpl<D> delegate)(package private) voidJandexReflection.TypeVariables. setTypeVariable(java.lang.String identifier, JandexReflection.TypeVariableImpl<?> typeVariable)
-