org.openqa.selenium.remote
Class JsonToBeanConverter
java.lang.Object
org.openqa.selenium.remote.JsonToBeanConverter
public class JsonToBeanConverter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonToBeanConverter
public JsonToBeanConverter()
convert
public <T> T convert(Class<T> clazz,
Object text)
throws JsonException
- Throws:
JsonException
convertBean
public <T> T convertBean(Class<T> clazz,
org.json.JSONObject toConvert,
int depth)
throws org.json.JSONException
- Throws:
org.json.JSONException
Copyright © 2013. All Rights Reserved.