Constant Field Values
Contents
com.github.*
-
com.github.jinahya.jsonrpc.bind.v1.AbstractRequest<ParamType,IdType> Modifier and Type Constant Field Value public static final StringPROPERTY_NAME_METHOD"method"public static final StringPROPERTY_NAME_PARAMS"params" -
com.github.jinahya.jsonrpc.bind.v1.Identifiable<IdType> Modifier and Type Constant Field Value public static final StringPROPERTY_NAME_ID"id" -
com.github.jinahya.jsonrpc.bind.v1.Response<ResultType,ErrorType,IdType> Modifier and Type Constant Field Value public static final StringPROPERTY_NAME_ERROR"error"public static final StringPROPERTY_NAME_RESULT"result"
-
com.github.jinahya.jsonrpc.bind.v2.JsonrpcObject<IdType> Modifier and Type Constant Field Value public static final StringPROPERTY_NAME_ID"id"public static final StringPROPERTY_NAME_JSONRPC"jsonrpc"public static final StringPROPERTY_VALUE_JSONRPC"2.0" -
com.github.jinahya.jsonrpc.bind.v2.RequestObject<ParamsType,IdType> Modifier and Type Constant Field Value public static final StringPROPERTY_NAME_METHOD"method"public static final StringPROPERTY_NAME_PARAMS"params" -
com.github.jinahya.jsonrpc.bind.v2.ResponseObject<ResultType,ErrorType extends ResponseObject.ErrorObject<?>,IdType> Modifier and Type Constant Field Value public static final StringPROPERTY_NAME_ERROR"error"public static final StringPROPERTY_NAME_RESULT"result" -
com.github.jinahya.jsonrpc.bind.v2.ResponseObject.ErrorObject<DataType> Modifier and Type Constant Field Value public static final intCODE_INTERNAL_ERROR-32603public static final intCODE_INVALID_PARAMS-32602public static final intCODE_INVALID_REQUEST-32600public static final intCODE_METHOD_NOT_FOUND-32601public static final intCODE_PARSE_ERROR-32700public static final intMAX_CODE_IMPLEMENTATION_DEFINED_SERVER_ERROR-32000public static final intMAX_CODE_PREDEFINED_ERROR-32000public static final intMIN_CODE_IMPLEMENTATION_DEFINED_SERVER_ERROR-32099public static final intMIN_CODE_PREDEFINED_ERROR-32768public static final StringPROPERTY_NAME_CODE"code"public static final StringPROPERTY_NAME_DATA"data"public static final StringPROPERTY_NAME_MESSAGE"message"