public abstract class RequestMapper extends Object
| Constructor and Description |
|---|
RequestMapper() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.node.ObjectNode |
map(JsonRpcRequest request)
Map existing JsonRpcRequest to Jackson JsonNode.
|
static com.fasterxml.jackson.databind.JsonNode |
map(List<JsonRpcRequest> requests)
Map existing JsonRpcRequests to Jackson JsonNode.
|
public static com.fasterxml.jackson.databind.node.ObjectNode map(JsonRpcRequest request)
request - the JsonRpcRequestpublic static com.fasterxml.jackson.databind.JsonNode map(List<JsonRpcRequest> requests)
requests - the JsonRpcRequestsCopyright © 2017. All rights reserved.