Searched refs:constructorParameter (Results 1 – 2 of 2) sorted by relevance
1616 public Object newInstance(Object constructorParameter) in newInstance() argument1635 ctrParamClz = constructorParameter == null? in newInstance()1636 null : constructorParameter.getClass(); in newInstance()1640 if (constructorParameter != null) { in newInstance()1646 Class<?> argClass = constructorParameter.getClass(); in newInstance()1657 return newInstanceUtil(ctrParamClz, constructorParameter); in newInstance()
126 public java.lang.Object newInstance(java.lang.Object constructorParameter) throws java.security.NoS… in newInstance() argument