public class CSVInputJson extends CSVInput
| Constructor and Description |
|---|
CSVInputJson() |
| Modifier and Type | Method and Description |
|---|---|
List<CSVBind> |
getBindings() |
String |
getJsonModel() |
String |
getSearch() |
String |
getTypeName() |
Object |
postProcess(Object bean) |
void |
setJsonModel(String jsonModel) |
call, callPrepareContext, getAdapters, getCallable, getFileName, getHeader, getPrepareContext, getSearchCall, getSeparator, isUpdate, setAdapters, setBindings, setCallable, setFileName, setHeader, setPrepareContext, setSearch, setSearchCall, setSeparator, setTypeName, setUpdate, toStringpublic String getTypeName()
getTypeName in class CSVInputpublic String getJsonModel()
public void setJsonModel(String jsonModel)
public List<CSVBind> getBindings()
getBindings in class CSVInputpublic Object postProcess(Object bean)
postProcess in class CSVInput