MCPcopy 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

CommandMethod · 0.80
ScriptClass · 0.80
createEvaluateResultMethod · 0.80
StorageClass · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMapMethod · 0.80

Calls 1

readMethod · 0.95

Tested by

no test coverage detected