Searched refs:factoryMethods (Results 1 – 1 of 1) sorted by relevance
286 Method[] factoryMethods = factoryType.getRawType().getMethods(); in createMethodMapping() local288 if (constructors.size() != factoryMethods.length) { in createMethodMapping()292 implementationType, constructors.size(), factoryType, factoryMethods.length); in createMethodMapping()305 for (Method method : factoryMethods) { in createMethodMapping()