Uses of Interface
io.helidon.jsonrpc.core.JsonRpcParams
Packages that use JsonRpcParams
Package
Description
Core classes used by both the JSON-RPC server and gRPC client.
Helidon WebServer JSON-RPC Support.
-
Uses of JsonRpcParams in io.helidon.jsonrpc.core
Methods in io.helidon.jsonrpc.core that return JsonRpcParamsModifier and TypeMethodDescriptionstatic JsonRpcParams
JsonRpcParams.create
(JsonStructure params) Create an instance from a JSON structure. -
Uses of JsonRpcParams in io.helidon.webserver.jsonrpc
Methods in io.helidon.webserver.jsonrpc that return JsonRpcParamsModifier and TypeMethodDescriptionJsonRpcRequest.params()
The params associated with the request.