Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
parseObject
Method · 0.95
parseArray
Method · 0.95
get
Method · 0.95
isNotEmpty
Method · 0.95
isEmail
Method · 0.95
isNumber
Method · 0.95
isAlpha
Method · 0.95
isCombineOfNumOrAlpha
Method · 0.95
isBranchUrl
Method · 0.95
getNumber
Method · 0.95
split
Method · 0.95
concat
Method · 0.95
Calls
2
get
Method · 0.95
trim
Method · 0.45
Tested by
no test coverage detected