Uses of Class
org.jboss.jandex.TypeParameterTypeTarget
-
-
Uses of TypeParameterTypeTarget in org.jboss.jandex
Subclasses of TypeParameterTypeTarget in org.jboss.jandex Modifier and Type Class Description class
TypeParameterBoundTypeTarget
Represents a type annotation target which occurs within a bound of type parameter type.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
.
-