MCPcopy Create free account
hub / github.com/HalfMouse/weiit-frame / E

Class E

weiit-support-core/src/main/java/com/weiit/core/entity/E.java:15–28  ·  view source on GitHub ↗

数据库操作返回公共实体,并提供取值与转型 @author 半个鼠标 @date 2017年2月5日 上午3:57:00 @version 1.0 @company http://www.wei-it.com

Source from the content-addressed store, hash-verified

13 * @company http://www.wei-it.com
14 */
15public class E extends BaseMap<String, Object>{
16 private static final long serialVersionUID = 1L;
17
18 @Override
19 public Object put(String key, Object value) {
20 if(key.equals("validate_id")){
21 super.put(key+"_token", ValidateUtil.getValidateToken(value.toString()));
22 }
23 return super.put(key, value);
24 }
25
26
27
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected