Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Tencent/APIJSON
/ getName
Method
getName
APIJSONORM/src/main/java/apijson/orm/Logic.java:138–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
public
String getName() {
139
return
getName(type);
140
}
141
public
static
String getName(
int
type) {
142
return
type < 0 || type >= NAMES.length ?
""
: NAMES[type];
143
}
Callers
15
getMap
Method · 0.45
getList
Method · 0.45
getInteger
Method · 0.45
getIntValue
Method · 0.45
getLong
Method · 0.45
getLongValue
Method · 0.45
getFloat
Method · 0.45
getFloatValue
Method · 0.45
getDouble
Method · 0.45
getDoubleValue
Method · 0.45
getBoolean
Method · 0.45
getBooleanValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected