Searched refs:ctorType (Results 1 – 2 of 2) sorted by relevance
67 Class[] ctorType = new Class[ctorArgs.length]; in getInstance() local68 for(int i=0; i<ctorType.length; i++) { in getInstance()69 ctorType[i] = ctorArgs[i].getClass(); in getInstance()71 Constructor ctor = cls.getConstructor(ctorType); in getInstance()
76 Class[] ctorType = new Class[ctorArgs.length]; in getInstance() local77 for(int i=0; i<ctorType.length; i++) { in getInstance()78 ctorType[i] = ctorArgs[i].getClass(); in getInstance()80 return getInstance(className, ctorType, ctorArgs); in getInstance()
Completed in 7 milliseconds