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