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.delegateFields in org.jboss.jandex with type parameters of type JandexReflection.TypeVariableImplModifier and TypeFieldDescriptionprivate Map<String, JandexReflection.TypeVariableImpl<?>> JandexReflection.TypeVariables.typeVariablesMethods 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) voidJandexReflection.TypeVariableReferenceImpl.setDelegate(JandexReflection.TypeVariableImpl<D> delegate) (package private) voidJandexReflection.TypeVariables.setTypeVariable(String identifier, JandexReflection.TypeVariableImpl<?> typeVariable)