Searched refs:compatibleConstructor (Results 1 – 1 of 1) sorted by relevance
2650 Constructor<T> compatibleConstructor = null; in getConstructorFor() local2674 compatibleConstructor = constructor; in getConstructorFor()2678 if (compatibleConstructor != null) { in getConstructorFor()2679 return compatibleConstructor; in getConstructorFor()