Searched refs:tryOtherConstructor (Results 1 – 2 of 2) sorted by relevance
32 return ClassHelper.tryOtherConstructor(constructor.getDeclaringClass()); in newInstance()35 return ClassHelper.tryOtherConstructor(constructor.getDeclaringClass()); in newInstance()
455 public static <T> T tryOtherConstructor(Class<T> declaringClass) { in tryOtherConstructor() method in ClassHelper