MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / newInput

Method newInput

java/src/org/openqa/selenium/json/Json.java:221–223  ·  view source on GitHub ↗

Create a new JsonInput object to traverse the JSON string supplied the specified Reader. NOTE : The JsonInput object returned by this method uses the PropertySetting#BY_NAME BY_NAME strategy to assign values to properties objects it deserializes. @param fro

(Reader from)

Source from the content-addressed store, hash-verified

219 * @throws UncheckedIOException if an I/O exception occurs
220 */
221 public JsonInput newInput(Reader from) throws UncheckedIOException {
222 return new JsonInput(from, fromJson, PropertySetting.BY_NAME);
223 }
224
225 /**
226 * Create a new {@code JsonOutput} object to produce a serialized JSON string in the specified

Callers 15

toTypeMethod · 0.95
writeMetaDataMethod · 0.45
getMetadataMethod · 0.45
isW3CMethod · 0.45
getAlwaysMatchMethod · 0.45
getFirstMatchesMethod · 0.45
fromJsonMethod · 0.45
handleResponseMethod · 0.45
ScriptClass · 0.45
createEvaluateResultMethod · 0.45
StorageClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected