MCPcopy Index your code
hub / github.com/google/gson / getRawType

Method getRawType

src/main/java/com/google/gson/reflect/TypeToken.java:95–97  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Callers 15

deserializeMethod · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
getHandlerForMethod · 0.45
typeToStringMethod · 0.45
acceptMethod · 0.45
getTypeInfoForFieldMethod · 0.45
constructTargetMethod · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
createInstanceMethod · 0.45

Calls

no outgoing calls

Tested by 2

deserializeMethod · 0.36