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

Method isNotEmpty

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

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

(Object obj)

Source from the content-addressed store, hash-verified

439 * @return
440 */
441 public static boolean isNotEmpty(Object obj) {
442 return ! isEmpty(obj);
443 }
444 /**判断字符是否非空
445 * @param obj
446 * @param trim

Callers 15

isPhoneMethod · 0.95
isUrlMethod · 0.95
isPathMethod · 0.95
isFilePathMethod · 0.95
getCorrectUrlMethod · 0.95
getCorrectPhoneMethod · 0.95
getCorrectEmailMethod · 0.95
getPriceMethod · 0.95
splitPathMethod · 0.95
getWarnStringMethod · 0.95
extendResultMethod · 0.95
onJoinParseMethod · 0.95

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected