Uses of Class
org.jboss.jandex.WildcardType
-
Packages that use WildcardType Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of WildcardType in org.jboss.jandex
Fields in org.jboss.jandex declared as WildcardType Modifier and Type Field Description static WildcardTypeWildcardType. UNBOUNDEDA wildcard without a bound, an equivalent of?.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_TYPE.WildcardTypeWildcardType. asWildcardType()WildcardTypeWildcardType.Builder. build()Returns the built wildcard type.static WildcardTypeWildcardType. create(Type bound, boolean isExtends)Deprecated.static WildcardTypeWildcardType. createLowerBound(java.lang.Class<?> lowerBound)Create a new wildcard type with a lower (super) bound.static WildcardTypeWildcardType. createLowerBound(Type lowerBound)Create a new wildcard type with a lower (super) bound.static WildcardTypeWildcardType. createUpperBound(java.lang.Class<?> upperBound)Create a new wildcard type with an upper (extends) bound.static WildcardTypeWildcardType. createUpperBound(Type upperBound)Create a new wildcard type with an upper (extends) bound.
-