Uses of Class
org.jboss.jandex.WildcardType
-
-
Uses of WildcardType in org.jboss.jandex
Fields in org.jboss.jandex declared as WildcardType Modifier and Type Field Description private static WildcardType
GenericSignatureParser. UNBOUNDED_WILDCARD
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.
-