- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TypeMappingIntrospector (1.66 sec)
-
android/guava/src/com/google/common/reflect/TypeResolver.java
*/ static ImmutableMap<TypeVariableKey, Type> getTypeMappings(Type contextType) { checkNotNull(contextType); TypeMappingIntrospector introspector = new TypeMappingIntrospector(); introspector.visit(contextType); return ImmutableMap.copyOf(introspector.mappings); } @Override void visitClass(Class<?> clazz) {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
*/ static ImmutableMap<TypeVariableKey, Type> getTypeMappings(Type contextType) { checkNotNull(contextType); TypeMappingIntrospector introspector = new TypeMappingIntrospector(); introspector.visit(contextType); return ImmutableMap.copyOf(introspector.mappings); } @Override void visitClass(Class<?> clazz) {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0)