MCPcopy
hub / github.com/google/gson / getRawType

Method getRawType

gson/src/main/java/com/google/gson/reflect/TypeToken.java:161–163  ·  gson/src/main/java/com/google/gson/reflect/TypeToken.java::TypeToken.getRawType

Returns the raw (non-generic) type for this type.

()

Source from the content-addressed store, hash-verified

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() {

Callers 15

createMethod · 0.45
AdapterMethod · 0.45
testReflectPackageMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by 10

testReflectPackageMethod · 0.36
createMethod · 0.36
createMethod · 0.36
createMethod · 0.36
createMethod · 0.36