Returns the raw (non-generic) type for this type.
()
| 93 | * Returns the raw (non-generic) type for this type. |
| 94 | */ |
| 95 | public final Class<? super T> getRawType() { |
| 96 | return rawType; |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * Gets underlying {@code Type} instance. |
no outgoing calls