| Package | Description |
|---|---|
| com.thetransactioncompany.jsonrpc2.util | Utility classes for typed retrieval of JSON-RPC 2.0 request parameters on the
server side. |
| Modifier and Type | Class and Description |
|---|---|
class | NamedParamsRetrieverUtility class for retrieving JSON-RPC 2.0 named parameters (key-value pairs
packed into a JSON Object). |
class | PositionalParamsRetrieverUtility class for retrieving JSON-RPC 2.0 positional parameters (packed into
a JSON Array). |