Searched refs:findMatchingConstructor (Results 1 – 2 of 2) sorted by relevance
188 Constructor<?> c = ReflectionHelper.findMatchingConstructor(runtimeClass, con, in checkConstructorCompliance()
139 static Constructor<?> findMatchingConstructor(Class<?> runtimeClass, in findMatchingConstructor() method in ReflectionHelper