Searched defs:constructorArgTypes (Results 1 – 2 of 2) sorted by relevance
76 private String constructorArgTypes() { in constructorArgTypes() method in ConstructorInstantiator81 String[] constructorArgTypes = new String[constructorArgs.length - argPos]; in constructorArgTypes() local
142 private Class<?>[] constructorArgTypes = new Class[0]; field in ProxyBuilder201 public ProxyBuilder<T> constructorArgTypes(Class<?>... constructorArgTypes) { in constructorArgTypes() argument