MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / stringify

Method stringify

scripts/common/java/PostPrComment.java:569–573  ·  view source on GitHub ↗
(Object value)

Source from the content-addressed store, hash-verified

567 }
568
569 public static String stringify(Object value) {
570 StringBuilder sb = new StringBuilder();
571 writeValue(sb, value);
572 return sb.toString();
573 }
574
575 @SuppressWarnings("unchecked")
576 public static Map<String, Object> asObject(Object value) {

Callers 15

executeMethod · 0.95
locateExistingCommentMethod · 0.95
startWorkerProfilerFunction · 0.45
sendFunction · 0.45
pollLifecycleFunction · 0.45
summariseFunction · 0.45
mainFunction · 0.45
postFunction · 0.45
sFunction · 0.45

Calls 2

writeValueMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected