public class MappingBean extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MappingBean.DataTypes |
static class |
MappingBean.Dynamic |
static class |
MappingBean.Propertie |
| 构造器和说明 |
|---|
MappingBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getRelaName(com.alibaba.fastjson.JSONObject relations,
String tableName,
int tbLength) |
static boolean |
isRoot(com.alibaba.fastjson.JSONObject relations,
String tableName,
int tbLength) |
static MappingBean |
proMappingBean(Boolean canIndex,
String jsonstr) |
static MappingBean |
proMappingBean(String jsonstr) |
String |
toString() |
public static MappingBean proMappingBean(Boolean canIndex, String jsonstr)
canIndex - 字段为jsonstr要不要解析为对象jsonstr - 索引数据public static MappingBean proMappingBean(String jsonstr)
public static boolean isRoot(com.alibaba.fastjson.JSONObject relations,
String tableName,
int tbLength)
public static String getRelaName(com.alibaba.fastjson.JSONObject relations, String tableName, int tbLength)
Copyright © 2022. All rights reserved.