Uses of Interface
eliasstar.jsonrpc.objects.id.Id
-
Packages that use Id Package Description eliasstar.jsonrpc.exceptions eliasstar.jsonrpc.objects eliasstar.jsonrpc.objects.id -
-
Uses of Id in eliasstar.jsonrpc.exceptions
Methods in eliasstar.jsonrpc.exceptions that return Id Modifier and Type Method Description Id<?>
IdMismatchException. getRequestId()
Getter for request id.Id<?>
IdMismatchException. getResponseId()
Getter for response id.Constructors in eliasstar.jsonrpc.exceptions with parameters of type Id Constructor Description IdMismatchException(Id<?> reqId, Id<?> resId)
Creates aIdMismatchException
. -
Uses of Id in eliasstar.jsonrpc.objects
Methods in eliasstar.jsonrpc.objects that return Id Modifier and Type Method Description Id<?>
Response. id()
Getter for id field.Methods in eliasstar.jsonrpc.objects that return types with arguments of type Id Modifier and Type Method Description Optional<Id<?>>
Request. id()
Getter for id field.Constructors in eliasstar.jsonrpc.objects with parameters of type Id Constructor Description Request(Id<?> id, String method, Parameters<?> params)
Creates aRequest
. -
Uses of Id in eliasstar.jsonrpc.objects.id
Classes in eliasstar.jsonrpc.objects.id that implement Id Modifier and Type Class Description class
NullId
Represents an id with a value ofnull
.class
NumberId
Represents an id with a type ofNumber
concreteBigDecimal
.class
StringId
Represents an id with a type ofString
.
-