Home
last modified time | relevance | path

Searched defs:TypeToken (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java67 new TypeToken<T>() {}; in testVariableTypeTokenNotAllowed() method
391 new TypeToken<Object[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method
394 new TypeToken<List<String>[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method
410 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_unbounded() method
417 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsClass() method
424 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsFBoundedClass() method
430 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsInterface() method
437 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndClass() method
443 assertEquals(TypeToken.of(Object.class), new TypeToken<T1[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndInterface() method
488 .has().exactly(TypeToken.of(CharSequence.class), new TypeToken<Iterable<String>>() {}); in testGetGenericInterfaces_typeVariable_boundsAreInterfaces() method
[all …]
DImmutableTypeToInstanceMapTest.java182 public Iterable<Entry<TypeToken, Object>> order(List<Entry<TypeToken, Object>> insertionOrder) { in order()
/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java95 public abstract class TypeToken<T> extends TypeCapture<T> implements Serializable { class
112 protected TypeToken() { in TypeToken() method in TypeToken
139 protected TypeToken(Class<?> declaringClass) { in TypeToken() method in TypeToken
148 private TypeToken(Type type) { in TypeToken() method in TypeToken
/external/vogar/lib/
Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...