|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter by the specified name.
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter by the specified name, its value is null, or
its type doesn't map to the specified.
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter by the specified name or its type doesn't map to the
specified.
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter at the specified position.
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter at the specified position, its value is null,
or its type doesn't map to the specified.
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter at the specified position or its type doesn't map to
the specified.
JSONRPC2Error.INVALID_PARAMS if the specified
names aren't present in the parameters, or names outside the
specified are contained.
JSONRPC2Error.INVALID_PARAMS if the specified
mandatory names aren't contained in the parameters, or names outside
the specified mandatory and optional are present.
Object.equals().
PositionalParamsRetriever
and NamedParamsRetriever to
extract parameters from incoming requests and notifications with proper type
and optional value checking.double.
double.
float.
float.
int.
int.
long.
long.
double.
double.
float.
float.
int.
int.
long.
long.
positional,
named or
none).
positional,
named or
none).
true if a parameter by the specified name exists,
else false.
true a parameter at the specified position exists,
else false.
true if the parameters by the specified names exist,
else false.
true if the parameters by the specified mandatory
names exist, false if any mandatory name is missing or a
name outside the mandatory and optional is present.
true if the "jsonrpc":"2.0" version
attribute in parsed JSON-RPC 2.0 messages is ignored, else
false.
"jsonrpc":"2.0" version
attribute during parsing of JSON-RPC 2.0 messages.
null.
true if non-standard attributes in JSON-RPC 2.0
messages are parsed.
true if the order of JSON object members in parsed
JSON-RPC 2.0 messages is preserved, else false.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||