Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2ParamsType
Package | Description |
---|---|
com.thetransactioncompany.jsonrpc2 |
Classes to represent, parse and serialise JSON-RPC 2.0 requests,
notifications and responses.
|
-
Uses of JSONRPC2ParamsType in com.thetransactioncompany.jsonrpc2
Methods in com.thetransactioncompany.jsonrpc2 that return JSONRPC2ParamsType Modifier and Type Method Description JSONRPC2ParamsType
JSONRPC2Notification. getParamsType()
JSONRPC2ParamsType
JSONRPC2Request. getParamsType()
static JSONRPC2ParamsType
JSONRPC2ParamsType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JSONRPC2ParamsType[]
JSONRPC2ParamsType. values()
Returns an array containing the constants of this enum type, in the order they are declared.