Searched refs:factoryMethod (Results 1 – 4 of 4) sorted by relevance
88 MethodWriter factoryMethod = in addFactoryMethods() local90 factoryMethod.addModifiers(PUBLIC, STATIC); in addFactoryMethods()92 factoryMethod in addFactoryMethods()
193 ExecutableElement factoryMethod, TypeElement subcomponentType) { in validateSubcomponentFactoryMethod() argument194 BindingGraph subgraph = subject.subgraphs().get(factoryMethod); in validateSubcomponentFactoryMethod()197 .filter(not(in(subgraphFactoryMethodParameters(factoryMethod)))) in validateSubcomponentFactoryMethod()212 factoryMethod); in validateSubcomponentFactoryMethod()217 ExecutableElement factoryMethod) { in subgraphFactoryMethodParameters() argument221 asExecutable(types.asMemberOf(componentType, factoryMethod)); in subgraphFactoryMethodParameters()
137 ConstructorOrMethod factoryMethod = in TestNGClassFinder() local139 if (factoryMethod != null && factoryMethod.getEnabled()) { in TestNGClassFinder()141 factoryMethod, in TestNGClassFinder()
131 final Method factoryMethod; field in FactoryProvider2.AssistData141 TypeLiteral<?> implementationType, Method factoryMethod, in AssistData() argument148 this.factoryMethod = factoryMethod; in AssistData()162 .add("factory method", factoryMethod) in toString()174 return factoryMethod; in getFactoryMethod()