Uses of Enum
com.thetransactioncompany.jsonrpc2.JSONRPC2ParamsType
Packages that use JSONRPC2ParamsType
Package
Description
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 JSONRPC2ParamsTypeModifier and TypeMethodDescriptionJSONRPC2Notification.getParamsType()JSONRPC2Request.getParamsType()static JSONRPC2ParamsTypeReturns 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.