- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getTypeMappings (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/reflect/TypeResolver.java
* {@code <?>}. */ static TypeResolver covariantly(Type contextType) { return new TypeResolver().where(TypeMappingIntrospector.getTypeMappings(contextType)); } /** * Returns a resolver that resolves types "invariantly". * * <p>For example, when resolving {@code List<T>} in the context of {@code ArrayList<?>}, {@codeCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 23 22:30:05 GMT 2025 - 25.3K bytes - Click Count (0) -
guava/src/com/google/common/reflect/TypeResolver.java
* {@code <?>}. */ static TypeResolver covariantly(Type contextType) { return new TypeResolver().where(TypeMappingIntrospector.getTypeMappings(contextType)); } /** * Returns a resolver that resolves types "invariantly". * * <p>For example, when resolving {@code List<T>} in the context of {@code ArrayList<?>}, {@codeCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 23 22:30:05 GMT 2025 - 25.3K bytes - Click Count (0)