Uses of Class
org.jboss.jandex.JandexReflection.TypeVariableImpl
Packages that use JandexReflection.TypeVariableImpl
Package
Description
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.TypeVariableImplModifier and TypeFieldDescriptionprivate JandexReflection.TypeVariableImpl
<D> JandexReflection.TypeVariableReferenceImpl.delegate
Fields in org.jboss.jandex with type parameters of type JandexReflection.TypeVariableImplModifier and TypeFieldDescriptionprivate Map
<String, JandexReflection.TypeVariableImpl<?>> JandexReflection.TypeVariables.typeVariables
Methods in org.jboss.jandex that return JandexReflection.TypeVariableImplModifier and TypeMethodDescription(package private) JandexReflection.TypeVariableImpl
<?> JandexReflection.TypeVariables.getTypeVariable
(String identifier) Methods in org.jboss.jandex with parameters of type JandexReflection.TypeVariableImplModifier and TypeMethodDescription(package private) void
JandexReflection.TypeVariableReferenceImpl.setDelegate
(JandexReflection.TypeVariableImpl<D> delegate) (package private) void
JandexReflection.TypeVariables.setTypeVariable
(String identifier, JandexReflection.TypeVariableImpl<?> typeVariable)