Uses of Class
org.openqa.selenium.json.JsonInput
-
Uses of JsonInput in org.openqa.selenium.json
Methods in org.openqa.selenium.json that return JsonInputModifier and TypeMethodDescriptionJsonInput.addCoercers
(Iterable<TypeCoercer<?>> coercers) Add the specified type coercers to the set installed in the JSON coercion manager.JsonInput.addCoercers
(TypeCoercer<?>... coercers) Add the specified type coercers to the set installed in the JSON coercion manager.Create a newJsonInput
object to traverse the JSON string supplied the specifiedReader
.
NOTE: TheJsonInput
object returned by this method uses theBY_NAME
strategy to assign values to properties objects it deserializes.Methods in org.openqa.selenium.json that return types with arguments of type JsonInput