Package io.github.bonigarcia.wdm.online
Class Parser
- java.lang.Object
-
- io.github.bonigarcia.wdm.online.Parser
-
public class Parser extends Object
JSON parser for online endpoints.- Since:
- 5.4.0
- Author:
- Boni Garcia
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
parseJson(HttpClient client, String url, Class<T> klass)
-
-
-
Method Detail
-
parseJson
public static <T> T parseJson(HttpClient client, String url, Class<T> klass) throws IOException
- Throws:
IOException
-
-