http4k-api-jsonrpc
Toggle table of contents
6.20.0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-api-jsonrpc
http4k-api-jsonrpc
/
org.http4k.jsonrpc
/
JsonRpcRequest
Json
Rpc
Request
class
JsonRpcRequest
<
NODE
>
(
json
:
Json
<
NODE
>
,
fields
:
Map
<
String
,
NODE
>
)
(
source
)
Members
Constructors
Json
Rpc
Request
Link copied to clipboard
constructor
(
json
:
Json
<
NODE
>
,
fields
:
Map
<
String
,
NODE
>
)
Properties
id
Link copied to clipboard
val
id
:
NODE
?
method
Link copied to clipboard
val
method
:
String
params
Link copied to clipboard
val
params
:
NODE
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
valid
Link copied to clipboard
fun
valid
(
)
:
Boolean