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

Method isEmpty

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

判断字符是否为空 trim = true @param obj @return

(Object obj)

Source from the content-addressed store, hash-verified

376 * @return
377 */
378 public static boolean isEmpty(Object obj) {
379 return isEmpty(obj, true);
380 }
381 /**判断字符是否为空
382 * @param obj
383 * @param trim

Callers 15

parseObjectMethod · 0.95
parseArrayMethod · 0.95
getMethod · 0.95
isNotEmptyMethod · 0.95
isEmailMethod · 0.95
isNumberMethod · 0.95
isAlphaMethod · 0.95
isCombineOfNumOrAlphaMethod · 0.95
isBranchUrlMethod · 0.95
getNumberMethod · 0.95
splitMethod · 0.95
concatMethod · 0.95

Calls 2

getMethod · 0.95
trimMethod · 0.45

Tested by

no test coverage detected