Uses of Interface
eliasstar.jsonrpc.objects.parameter.Parameters
-
Packages that use Parameters Package Description eliasstar.jsonrpc.objects eliasstar.jsonrpc.objects.parameter -
-
Uses of Parameters in eliasstar.jsonrpc.objects
Methods in eliasstar.jsonrpc.objects that return types with arguments of type Parameters Modifier and Type Method Description Optional<Parameters<?>>
Request. params()
Getter for params field.Constructors in eliasstar.jsonrpc.objects with parameters of type Parameters Constructor Description Request(Id<?> id, String method, Parameters<?> params)
Creates aRequest
. -
Uses of Parameters in eliasstar.jsonrpc.objects.parameter
Classes in eliasstar.jsonrpc.objects.parameter that implement Parameters Modifier and Type Class Description class
ArrayParameters
Represents the params in array format.class
ObjectParameters
Represents the params in object format.
-