Uses of Class
com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject
-
Packages that use JsonrpcObject Package Description com.github.jinahya.jsonrpc.bind.v2 Defines classes for binding objects defined in JSON-RPC 2.0 Specification. -
-
Uses of JsonrpcObject in com.github.jinahya.jsonrpc.bind.v2
Subclasses of JsonrpcObject in com.github.jinahya.jsonrpc.bind.v2 Modifier and Type Class Description classRequestObject<ParamsType,IdType>A class for binding request objects.classResponseObject<ResultType,ErrorType extends ResponseObject.ErrorObject<?>,IdType>A class for binding response objects.
-