Returns the raw (non-generic) type for this type.
()
| 159 | |
| 160 | /** Returns the raw (non-generic) type for this type. */ |
| 161 | public final Class<? super T> getRawType() { |
| 162 | return rawType; |
| 163 | } |
| 164 | |
| 165 | /** Gets underlying {@code Type} instance. */ |
| 166 | public final Type getType() { |
no outgoing calls