Searched refs:forMethod (Results 1 – 4 of 4) sorted by relevance
191 return forMethod(componentMethod, returnType);202 return forMethod(componentMethod, keyType);212 return forMethod(subcomponentBuilderMethod, returnType);227 return forMethod(method, keyType);249 return forMethod(method, keyType);292 private Key forMethod(ExecutableElement method, TypeMirror keyType) {
255 InjectionPoint point = InjectionPoint.forMethod(method, typeLiteral); in createProviderMethod()
319 public static <T> InjectionPoint forMethod(Method method, TypeLiteral<T> type) { in forMethod() method in InjectionPoint
876 InjectionPoint fooPoint = InjectionPoint.forMethod(