MCPcopy Index your code
hub / github.com/Tencent/APIJSON / put

Method put

APIJSONORM/src/main/java/apijson/JSONMap.java:678–678  ·  view source on GitHub ↗

put and return value @param value must be annotated by MethodAccess

(Object value)

Source from the content-addressed store, hash-verified

676 * @param value must be annotated by {@link MethodAccess}
677 */
678 default Object put(Object value) {
679 Class<?> clazz = value.getClass(); //should not return null
680 if (clazz.getAnnotation(MethodAccess.class) == null) {
681 throw new IllegalArgumentException("puts StringUtil.isEmpty(key, true)" +

Callers 15

putWarnMethod · 0.65
parseResponseMethod · 0.65
wrapRequestMethod · 0.65
extendResultMethod · 0.65
getStructureMethod · 0.65
onObjectParseMethod · 0.65
onArrayParseMethod · 0.65
onJoinParseMethod · 0.65
putQueryResultMethod · 0.65
putArrayMainCacheMethod · 0.65
executeSQLMethod · 0.65
AbstractParserClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected