Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DKeyFactory.java107 return forMethod(componentMethod, componentMethod.getReturnType()); in forComponentMethod()
117 return forMethod(componentMethod, keyType); in forProductionComponentMethod()
180 Key key = forMethod(method, keyType); in forBindingMethod()
205 return forMethod(method, keyType); in forMultibindsMethod()
244 private Key forMethod(ExecutableElement method, TypeMirror keyType) { in forMethod() method in KeyFactory
DOptionalBindingDeclaration.java60 OptionalBindingDeclaration forMethod(ExecutableElement method, TypeElement contributingModule) { in forMethod() method in OptionalBindingDeclaration.Factory
DModuleDescriptor.java155 optionalBindingDeclarationFactory.forMethod(moduleMethod, moduleElement)); in createUncached()
/external/guice/core/src/com/google/inject/internal/
DProviderMethodsModule.java258 InjectionPoint point = InjectionPoint.forMethod(method, typeLiteral); in createProviderMethod()
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java317 public static <T> InjectionPoint forMethod(Method method, TypeLiteral<T> type) { in forMethod() method in InjectionPoint
/external/guice/core/test/com/google/inject/spi/
DProviderMethodsTest.java1013 InjectionPoint.forMethod(