Uses of Class
org.jboss.jandex.WildcardType
-
-
Uses of WildcardType in org.jboss.jandex
Methods in org.jboss.jandex that return WildcardType Modifier and Type Method Description WildcardType
Type. asWildcardType()
Casts this type to aWildcardType
and returns it if the kind isType.Kind.WILDCARD_TYPE
Throws an exception otherwise.WildcardType
WildcardType. asWildcardType()
static WildcardType
WildcardType. create(Type bound, boolean isExtends)
Create a new mock instance of WildcardType.
-