Returns the represented type.
()
| 197 | |
| 198 | |
| 199 | public final Type getType() { |
| 200 | return runtimeType; |
| 201 | } |
| 202 | |
| 203 | /** |
| 204 | * <p>Returns a new {@code TypeToken} where type variables represented by {@code typeParam} are |
no outgoing calls
no test coverage detected