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

Method get

APIJSONORM/src/main/java/apijson/StringUtil.java:80–82  ·  view source on GitHub ↗

获取string,为null则返回"" @param obj @return

(Object obj)

Source from the content-addressed store, hash-verified

78 * @return
79 */
80 public static String get(Object obj) {
81 return obj == null ? "" : obj.toString();
82 }
83 /**获取string,为null则返回""
84 * @param s
85 * @return

Callers 15

curMethod · 0.95
getStringMethod · 0.95
trimMethod · 0.95
noBlankMethod · 0.95
lengthMethod · 0.95
isEmptyMethod · 0.95
isIDCardMethod · 0.95
getNumberMethod · 0.95
splitMethod · 0.95
firstCaseMethod · 0.95
toUpperCaseMethod · 0.95
toLowerCaseMethod · 0.95

Calls 2

isEmptyMethod · 0.95
toStringMethod · 0.80

Tested by

no test coverage detected