Searched refs:boundAsSuperclass (Results 1 – 1 of 1) sorted by relevance
289 return boundAsSuperclass(((TypeVariable<?>) runtimeType).getBounds()[0]); in getGenericSuperclass()293 return boundAsSuperclass(((WildcardType) runtimeType).getUpperBounds()[0]); in getGenericSuperclass()304 @Nullable private TypeToken<? super T> boundAsSuperclass(Type bound) { in boundAsSuperclass() method in TypeToken