Uses of Class
com.thetransactioncompany.jsonrpc2.JSONRPC2ParamsType

Packages that use JSONRPC2ParamsType
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
 JSONRPC2ParamsType JSONRPC2Request.getParamsType()
          Gets the parameters type (positional, named or none).
 JSONRPC2ParamsType JSONRPC2Notification.getParamsType()
          Gets the parameters type (positional, named or none).
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.
 



Copyright © 2013 The Transaction Company. All Rights Reserved.