- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for fromClass (0.04 sec)
-
android/guava/src/com/google/common/reflect/TypeResolver.java
populateTypeMappings(mappings, fromArrayType.getGenericComponentType(), componentType); } @Override void visitClass(Class<?> fromClass) { if (to instanceof WildcardType) { return; // Okay to say Foo is <?> } // Can't map from a raw class to anything other than itself or a wildcard.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0) -
guava/src/com/google/common/reflect/TypeResolver.java
populateTypeMappings(mappings, fromArrayType.getGenericComponentType(), componentType); } @Override void visitClass(Class<?> fromClass) { if (to instanceof WildcardType) { return; // Okay to say Foo is <?> } // Can't map from a raw class to anything other than itself or a wildcard.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0)