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