Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ setParser
Method
setParser
ZezeJava/ZezeJava/src/main/java/Zeze/Util/Json.java:363–365 ·
view source on GitHub ↗
(@Nullable Parser<T> p)
Source
from the content-addressed store, hash-verified
361
}
362
363
public
void
setParser(@Nullable Parser<T> p) {
364
parser = p;
365
}
366
367
@SuppressWarnings(
"unchecked"
)
368
@Deprecated
// unsafe
Callers
5
test2
Method · 0.80
registerJsonParser
Method · 0.80
GTable2
Class · 0.80
GTable1
Class · 0.80
Json
Class · 0.80
Calls
no outgoing calls
Tested by
1
test2
Method · 0.64