Home
last modified time | relevance | path

Searched refs:forMultibindsMethod (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DMultibindingDeclaration.java84 MultibindingDeclaration forMultibindsMethod( in forMultibindsMethod() method in MultibindingDeclaration.Factory
106 keyFactory.forMultibindsMethod(methodType, method), in forDeclaredMethod()
DModuleDescriptor.java161 multibindingDeclarationFactory.forMultibindsMethod(moduleMethod, moduleElement)); in createUncached()
DKeyFactory.java195 Key forMultibindsMethod(ExecutableType executableType, ExecutableElement method) { in forMultibindsMethod() method in KeyFactory