Uses of Class
org.jboss.jandex.WildcardType
-
Uses of WildcardType in org.jboss.jandex
Fields in org.jboss.jandex declared as WildcardTypeModifier and TypeFieldDescriptionstatic final WildcardTypeWildcardType.UNBOUNDEDA wildcard without a bound, an equivalent of?.Methods in org.jboss.jandex that return WildcardTypeModifier and TypeMethodDescriptionType.asWildcardType()Casts this type to aWildcardTypeand returns it if the kind isType.Kind.WILDCARD_TYPE.WildcardType.asWildcardType()WildcardType.Builder.build()Returns the built wildcard type.static WildcardTypeDeprecated.static WildcardTypeWildcardType.createLowerBound(Class<?> lowerBound) Create a new wildcard type with a lower bound.static WildcardTypeWildcardType.createLowerBound(Type lowerBound) Create a new wildcard type with a lower bound.static WildcardTypeWildcardType.createUpperBound(Class<?> upperBound) Create a new wildcard type with an upper bound.static WildcardTypeWildcardType.createUpperBound(Type upperBound) Create a new wildcard type with an upper bound.
createUpperBound(Type)orcreateLowerBound(Type)instead