Uses of Class
org.jboss.jandex.JandexReflection.TypeVariableReferenceImpl
Packages that use JandexReflection.TypeVariableReferenceImpl
Package
Description
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.TypeVariableReferenceImplModifier and TypeFieldDescriptionprivate Map<String, JandexReflection.TypeVariableReferenceImpl<?>> JandexReflection.TypeVariables.typeVariableReferencesMethods in org.jboss.jandex that return JandexReflection.TypeVariableReferenceImplModifier and TypeMethodDescription(package private) JandexReflection.TypeVariableReferenceImpl<?> JandexReflection.TypeVariables.getTypeVariableReference(String identifier) Methods in org.jboss.jandex with parameters of type JandexReflection.TypeVariableReferenceImplModifier and TypeMethodDescription(package private) voidJandexReflection.TypeVariables.setTypeVariableReference(String identifier, JandexReflection.TypeVariableReferenceImpl<?> typeVariableReference)