MCPcopy
hub / github.com/google/guava / getOwnerType

Method getOwnerType

guava/src/com/google/common/reflect/TypeToken.java:620–623  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

618 }
619
620 @Override
621 public TypeToken<T> getOwnerType() {
622 return TypeToken.this;
623 }
624
625 @Override
626 public String toString() {

Callers 9

toStringMethod · 0.95
getOwnerTypeIfPresentMethod · 0.45
captureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected