Searched refs:asWildcardType (Results 1 – 4 of 4) sorted by relevance
620 } else if (t.asWildcardType() != null) {622 …ti.setBounds(new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(t.asWildcardType().super…623 …new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(t.asWildcardType().extendsBounds())))…654 if (t.asWildcardType() != null) {655 keyString += t.asWildcardType().toString() + "/";656 if (t.asWildcardType().superBounds() != null) {657 for (Type ty : t.asWildcardType().superBounds()) {661 if (t.asWildcardType().extendsBounds() != null) {662 for (Type ty : t.asWildcardType().extendsBounds()) {
235 public WildcardType asWildcardType() { in asWildcardType() method in WildcardType
253 public WildcardType asWildcardType() { in asWildcardType() method in Type
205 override fun asWildcardType(): WildcardType? = null in asWildcardType() method in TypeAdapter