/** * 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 * {@link com.thetransactioncompany.jsonrpc2.JSONRPC2Error#INVALID_PARAMS} * exception is thrown. * *

There are two concrete classes: * *

* * *

Package dependencies: The classes in this package depend on the * sister {@link com.thetransactioncompany.jsonrpc2} package. * * @author Vladimir Dzhuvinov */ package com.thetransactioncompany.jsonrpc2.util;