We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f539288 commit 1b53df2Copy full SHA for 1b53df2
java/client/src/org/openqa/selenium/json/Json.java
@@ -68,10 +68,6 @@ public JsonElement toJsonElement(Object toConvert) {
68
return toJson.convertObject(toConvert);
69
}
70
71
- public <T> T toType(Object source, Class<T> typeOfT) {
72
- return toBean.convert(typeOfT, source);
73
- }
74
-
75
public <T> T toType(Object source, Type typeOfT) {
76
Class<?> type;
77
if (typeOfT instanceof ParameterizedType) {
0 commit comments