Uses of Interface
jakarta.enterprise.lang.model.types.WildcardType
Packages that use WildcardType
-
Uses of WildcardType in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return WildcardTypeModifier and TypeMethodDescriptionTypes.wildcardUnbounded()Returns aWildcardTypethat represents an equivalent of?.Types.wildcardWithLowerBound(Type lowerBound) Returns aWildcardTypethat represents an equivalent of? super lowerBound.Types.wildcardWithUpperBound(Type upperBound) Returns aWildcardTypethat represents an equivalent of? extends upperBound. -
Uses of WildcardType in jakarta.enterprise.lang.model.types
Methods in jakarta.enterprise.lang.model.types that return WildcardTypeModifier and TypeMethodDescriptiondefault WildcardTypeType.asWildcardType()Returns this type as a wildcard type.default WildcardTypeWildcardType.asWildcardType()