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, toString
public String getTypeName()
getTypeName
in class CSVInput
public String getJsonModel()
public void setJsonModel(String jsonModel)
public List<CSVBind> getBindings()
getBindings
in class CSVInput
public Object postProcess(Object bean)
postProcess
in class CSVInput