Searched refs:fieldDef (Results 1 – 1 of 1) sorted by relevance
263 private Object initItem(Class clazz, String[] fieldDef, int startIndex) throws Exception { in initItem() argument279 for (int i = startIndex; i < fieldDef.length; i++) { in initItem()280 String[] fieldData = fieldDef[i].split("=", 2); in initItem()