Searched refs:getImplementationConstructor (Results 1 – 3 of 3) sorted by relevance
49 Constructor<?> getImplementationConstructor(); in getImplementationConstructor() method
177 public Constructor<?> getImplementationConstructor() { in getImplementationConstructor() method in FactoryProvider2.AssistData
124 assertEquals(clazz, assistedMethod.getImplementationConstructor().getDeclaringClass()); in validateAssistedMethod()