Searched refs:constructorParameter (Results 1 – 2 of 2) sorted by relevance
1608 public Object newInstance(Object constructorParameter) in newInstance() argument1624 return newInstanceGeneric(constructorParameter); in newInstance()1627 if (constructorParameter != null) { in newInstance()1638 if (constructorParameter != null) { in newInstance()1639 Class<?> argClass = constructorParameter.getClass(); in newInstance()1649 return cons.newInstance(constructorParameter); in newInstance()1698 private Object newInstanceGeneric(Object constructorParameter) in newInstanceGeneric() argument1701 if (constructorParameter == null) { in newInstanceGeneric()1712 Class<?> argClass = constructorParameter.getClass(); in newInstanceGeneric()1724 return con.newInstance(constructorParameter); in newInstanceGeneric()
126 public java.lang.Object newInstance(java.lang.Object constructorParameter) throws java.security.NoS… in newInstance() argument