public class JSONReader extends Object
Modifier and Type | Method and Description |
---|---|
static V8Event |
getEvent(org.json.simple.JSONObject obj) |
static V8Request |
getRequest(org.json.simple.JSONObject obj) |
static V8Response |
getResponse(org.json.simple.JSONObject obj) |
static V8Type |
getType(org.json.simple.JSONObject obj) |
public static V8Type getType(org.json.simple.JSONObject obj) throws IllegalArgumentException
IllegalArgumentException
public static V8Response getResponse(org.json.simple.JSONObject obj) throws IllegalArgumentException
IllegalArgumentException
public static V8Event getEvent(org.json.simple.JSONObject obj) throws IllegalArgumentException
IllegalArgumentException
public static V8Request getRequest(org.json.simple.JSONObject obj)