public abstract class AbstractJSONParser extends Object implements JSONParser
| Constructor and Description |
|---|
AbstractJSONParser() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
autoProcess(Map<String,Object> temp) |
protected List<Map<String,String>> |
createTableMap(List<Map<String,Object>> maps,
Function<String,String> function)
将根据json解析出的map 生成sql需要的数据类型
|
protected String |
getDate() |
protected String |
getDecimal() |
protected String |
getInteger() |
protected String |
getTimeStamp() |
protected String |
getVarchar() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseprotected String getVarchar()
protected String getDecimal()
protected String getDate()
protected String getInteger()
protected String getTimeStamp()
protected List<Map<String,String>> createTableMap(List<Map<String,Object>> maps, Function<String,String> function)
maps - Copyright © 2020. All rights reserved.