Searched refs:factoryElement (Results 1 – 2 of 2) sorted by relevance
92 if (!types.isAssignable(types.erasure(returnType), factoryElement().asType())) { in validateMethod()171 return types.getDeclaredType(factoryElement(), implementationType); in injectorFactoryOf()174 private TypeElement factoryElement() { in factoryElement() method in AndroidMapKeyValidator
172 TypeElement factoryElement = asTypeElement(factoryType); in create() local173 ExecutableElement factoryMethod = assistedFactoryMethod(factoryElement, elements, types); in create()177 factoryElement, in create()