public class CSVBindJson extends CSVBind
| Constructor and Description |
|---|
CSVBindJson() |
| Modifier and Type | Method and Description |
|---|---|
List<CSVBind> |
getBindings() |
CSVInput |
getInput() |
String |
getJsonModel() |
CSVBind |
getParent() |
String |
getSearch() |
String |
getType() |
Object |
postProcess(Object bean) |
void |
setInput(CSVInput input) |
void |
setJsonModel(String jsonModel) |
void |
setParent(CSVBind parent) |
check, evaluate, getAdapter, getBinding, getCheckCondition, getCheckMessage, getColumn, getCondition, getConditionEmpty, getExpression, getField, isUpdate, setAdapter, setBindings, setCheckCondition, setCheckMessage, setColumn, setCondition, setConditionEmpty, setExpression, setField, setSearch, setType, setUpdate, toString, validatepublic String getJsonModel()
public void setJsonModel(String jsonModel)
public CSVInput getInput()
public void setInput(CSVInput input)
public CSVBind getParent()
public void setParent(CSVBind parent)
public List<CSVBind> getBindings()
getBindings in class CSVBindpublic Object postProcess(Object bean)
postProcess in class CSVBind