类的使用
xin.manong.weapon.base.record.KVRecord
-
使用KVRecord的程序包 程序包 说明 xin.manong.weapon.base.record -
-
xin.manong.weapon.base.record中KVRecord的使用
返回KVRecord的xin.manong.weapon.base.record中的方法 修饰符和类型 方法 说明 KVRecordKVRecord. copy()拷贝数据:针对JSON数据进行深拷贝KVRecordKVRecord. copy(Set<String> removeFields)拷贝数据,移除removeFields定义字段KVRecordKVRecords. getRecord(int index)获取指定下标的KVRecord参数类型为KVRecord的xin.manong.weapon.base.record中的方法 修饰符和类型 方法 说明 voidKVRecords. addRecord(KVRecord kvRecord)添加KVRecord 如果KVRecord为null,不生效static com.alibaba.fastjson.JSONObjectKVRecordConverter. convertToJSON(KVRecord kvRecord, Set<String> fields)KVRecord转换JSON对象static com.alibaba.fastjson.JSONObjectKVRecordConverter. convertToJSON(KVRecord kvRecord, Set<String> fields, Boolean jsonParse)KVRecord转换JSON对象
-