Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ readNonNull
Method
readNonNull
java/src/org/openqa/selenium/json/JsonInput.java:520–522 ·
view source on GitHub ↗
(Type type)
Source
from the content-addressed store, hash-verified
518
}
519
520
public
<T> T readNonNull(Type type) {
521
return
requireNonNull(read(type));
522
}
523
524
public
<T> Map<String, T> readMap() {
525
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
fromJsonMap
Method · 0.80
Calls
1
read
Method · 0.95
Tested by
no test coverage detected