Searched refs:getValueTypeOfMap (Results 1 – 3 of 3) sorted by relevance
61 public static TypeMirror getValueTypeOfMap(DeclaredType mapType) { in getValueTypeOfMap() method in Util
347 TypeMirror mapValueType = Util.getValueTypeOfMap(declaredMapType);
102 import static dagger.internal.codegen.Util.getValueTypeOfMap;1001 getValueTypeOfMap(asDeclared(maybeValueMapRequestType))); in isImplicitProviderMapForValueMap()