Home
last modified time | relevance | path

Searched refs:forMethod (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DKey.java191 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) {
/external/guice/core/src/com/google/inject/internal/
DProviderMethodsModule.java255 InjectionPoint point = InjectionPoint.forMethod(method, typeLiteral); in createProviderMethod()
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java319 public static <T> InjectionPoint forMethod(Method method, TypeLiteral<T> type) { in forMethod() method in InjectionPoint
/external/guice/core/test/com/google/inject/spi/
DProviderMethodsTest.java876 InjectionPoint fooPoint = InjectionPoint.forMethod(