Searched defs:TypeToken (Results 1 – 4 of 4) sorted by relevance
67 new TypeToken<T>() {}; in testVariableTypeTokenNotAllowed() method391 new TypeToken<Object[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method394 new TypeToken<List<String>[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method410 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_unbounded() method417 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsClass() method424 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsFBoundedClass() method430 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsInterface() method437 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndClass() method443 assertEquals(TypeToken.of(Object.class), new TypeToken<T1[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndInterface() method488 .has().exactly(TypeToken.of(CharSequence.class), new TypeToken<Iterable<String>>() {}); in testGetGenericInterfaces_typeVariable_boundsAreInterfaces() method[all …]
182 public Iterable<Entry<TypeToken, Object>> order(List<Entry<TypeToken, Object>> insertionOrder) { in order()
95 public abstract class TypeToken<T> extends TypeCapture<T> implements Serializable { class112 protected TypeToken() { in TypeToken() method in TypeToken139 protected TypeToken(Class<?> declaringClass) { in TypeToken() method in TypeToken148 private TypeToken(Type type) { in TypeToken() method in TypeToken
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...