Searched refs:genericType (Results 1 – 2 of 2) sorted by relevance
1337 JavaFileObject genericType = JavaFileObjects.forSourceLines("test.AbstractGenericType", in injectionWithGenericBaseClass() local1406 .that(ImmutableList.of(genericType, injectableTypeFile, componentFile)) in injectionWithGenericBaseClass()
988 TypeToken<? extends Iterable> genericType = TypeToken.toGenericType(Iterable.class); in testToGenericType() local989 assertEquals(Iterable.class, genericType.getRawType()); in testToGenericType()991 genericType.getType()); in testToGenericType()