Package com.thetransactioncompany.jsonrpc2.util

Utility classes for typed retrieval of JSON-RPC 2.0 request parameters on the server side.

See:
          Description

Class Summary
NamedParamsRetriever Utility class for retrieving JSON-RPC 2.0 named parameters (key-value pairs packed into a JSON Object).
ParamsRetriever The base abstract class for the JSON-RPC 2.0 parameter retrievers.
PositionalParamsRetriever Utility class for retrieving JSON-RPC 2.0 positional parameters (packed into a JSON Array).
 

Package com.thetransactioncompany.jsonrpc2.util Description

Utility classes for typed retrieval of JSON-RPC 2.0 request parameters on the server side.

The following parameter type conversion choices are available:

If a parameter cannot be retrieved, either because it's missing or is of the wrong type, a standard JSONRPC2Error.INVALID_PARAMS exception is thrown.

There are two concrete classes:

Package dependencies: The classes in this package depend on the sister com.thetransactioncompany.jsonrpc2 package.

Version:
1.34.3
Author:
Vladimir Dzhuvinov


Copyright © 2013 The Transaction Company. All Rights Reserved.