Uses of Interface
jakarta.enterprise.lang.model.types.WildcardType
-
Packages that use WildcardType Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI.jakarta.enterprise.lang.model.types Interfaces that represent types. -
-
Uses of WildcardType in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return WildcardType Modifier and Type Method Description WildcardTypeTypes. wildcardUnbounded()Returns aWildcardTypethat represents an equivalent of?.WildcardTypeTypes. wildcardWithLowerBound(Type lowerBound)Returns aWildcardTypethat represents an equivalent of? super lowerBound.WildcardTypeTypes. 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 WildcardType Modifier and Type Method Description default WildcardTypeType. asWildcardType()Returns this type as a wildcard type.default WildcardTypeWildcardType. asWildcardType()
-