(Object rawModel)
| 184 | } |
| 185 | |
| 186 | public IModel newModel(Object rawModel) throws DDFException { |
| 187 | return this.newModel(new Class<?>[]{Object.class}, new Object[]{rawModel}); |
| 188 | } |
| 189 | |
| 190 | @SuppressWarnings("unchecked") |
| 191 | private IModel newModel(Class<?>[] argTypes, Object[] argValues) throws DDFException { |
no test coverage detected