Package io.quarkus.devui.runtime.jsonrpc
Class JsonRpcRequest
- java.lang.Object
-
- io.quarkus.devui.runtime.jsonrpc.JsonRpcRequest
-
public class JsonRpcRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonRpcRequest(JsonMapper jsonMapper, io.vertx.core.json.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()StringgetJsonrpc()StringgetMethod()<T> TgetParam(String key, Class<T> paramType)booleanhasParams()StringtoString()
-
-
-
Constructor Detail
-
JsonRpcRequest
JsonRpcRequest(JsonMapper jsonMapper, io.vertx.core.json.JsonObject jsonObject)
-
-