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

Method get

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

Gets type literal for the given Type instance.

(Type type)

Source from the content-addressed store, hash-verified

296 * Gets type literal for the given {@code Type} instance.
297 */
298 public static TypeToken<?> get(Type type) {
299 return new TypeToken<Object>(type);
300 }
301
302 /**
303 * Gets type literal for the given {@code Class} instance.

Callers 8

isAssignableFromMethod · 0.45
matchesMethod · 0.45
peekStackMethod · 0.45
peekMethod · 0.45

Calls

no outgoing calls