Searched refs:findConstructor (Results 1 – 4 of 4) sorted by relevance
35 private Constructor findConstructor(Class cls, Class[] parameters) { in findConstructor() method in JUnitMethodFinder109 Constructor ctor = findConstructor(cls, new Class[] { String.class }); in instantiate()
244 _defaultCtor = (Constructor<Calendar>) ClassUtil.findConstructor(cc, false); in CalendarDeserializer()
550 Constructor<T> ctor = findConstructor(cls, canFixAccess); in createInstance()562 public static <T> Constructor<T> findConstructor(Class<T> cls, boolean forceAccess) in findConstructor() method in ClassUtil
673 return lookup.findConstructor(owner, signature); in toMethodHandle()