Uses of Class
org.jboss.jandex.TypeParameterTypeTarget
-
Packages that use TypeParameterTypeTarget Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of TypeParameterTypeTarget in org.jboss.jandex
Subclasses of TypeParameterTypeTarget in org.jboss.jandex Modifier and Type Class Description class
TypeParameterBoundTypeTarget
Represents a target of type annotation which occurs within a bound of type parameter.Methods in org.jboss.jandex that return TypeParameterTypeTarget Modifier and Type Method Description TypeParameterTypeTarget
TypeParameterTypeTarget. asTypeParameter()
TypeParameterTypeTarget
TypeTarget. asTypeParameter()
Casts and returns this type target as aTypeParameterTypeTarget
.
-