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 WildcardTypeGenericSignatureParser. UNBOUNDED_WILDCARDMethods in org.jboss.jandex that return WildcardType Modifier and Type Method Description WildcardTypeType. asWildcardType()Casts this type to aWildcardTypeand returns it if the kind isType.Kind.WILDCARD_TYPEThrows an exception otherwise.WildcardTypeWildcardType. asWildcardType()static WildcardTypeWildcardType. create(Type bound, boolean isExtends)Create a new mock instance of WildcardType.
-