Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
isPhone
Method · 0.95
isUrl
Method · 0.95
isPath
Method · 0.95
isFilePath
Method · 0.95
getCorrectUrl
Method · 0.95
getCorrectPhone
Method · 0.95
getCorrectEmail
Method · 0.95
getPrice
Method · 0.95
splitPath
Method · 0.95
getWarnString
Method · 0.95
extendResult
Method · 0.95
onJoinParse
Method · 0.95
Calls
1
isEmpty
Method · 0.95
Tested by
no test coverage detected