Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ readNonNull
Method
readNonNull
java/src/org/openqa/selenium/json/JsonInput.java:461–463 ·
view source on GitHub ↗
(Type type)
Source
from the content-addressed store, hash-verified
459
}
460
461
public
<T> T readNonNull(Type type) {
462
return
requireNonNull(read(type));
463
}
464
465
public
<T> Map<String, T> readMap() {
466
return
requireNonNull(read(Map.
class
));
Callers
15
Command
Method · 0.80
Script
Class · 0.80
createEvaluateResult
Method · 0.80
Storage
Class · 0.80
BrowsingContextInspector
Class · 0.80
fromJson
Method · 0.80
fromJson
Method · 0.80
fromJson
Method · 0.80
fromJson
Method · 0.80
fromJson
Method · 0.80
fromJson
Method · 0.80
fromJson
Method · 0.80
Calls
1
read
Method · 0.95
Tested by
no test coverage detected