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

Method put

weiit-support-core/src/main/java/com/weiit/core/entity/E.java:18–24  ·  view source on GitHub ↗
(String key, Object value)

Source from the content-addressed store, hash-verified

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

Callers 15

registJobHandlerMethod · 0.45
registJobThreadMethod · 0.45
putServiceMethod · 0.45
mainMethod · 0.45
pageListMethod · 0.45
postHandleMethod · 0.45
countMethod · 0.45
routeMethod · 0.45
routeMethod · 0.45
routeMethod · 0.45
runMethod · 0.45
getExecutorBizMethod · 0.45

Calls 2

getValidateTokenMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected