Home | History | Annotate | Download | only in reflect

Lines Matching defs:genericType

988     TypeToken<? extends Iterable> genericType = TypeToken.toGenericType(Iterable.class);
989 assertEquals(Iterable.class, genericType.getRawType());
991 genericType.getType());