public class JsonRpcCallerBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
JsonRpcCallerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
JsonRpcCaller |
build() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
com.fasterxml.jackson.core.PrettyPrinter |
getPrettyPrinter() |
Transport |
getTransport() |
JsonRpcCallerBuilder |
withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
JsonRpcCallerBuilder |
withPrettyPrinter(com.fasterxml.jackson.core.PrettyPrinter prettyPrinter) |
JsonRpcCallerBuilder |
withTransport(Transport transport) |
public JsonRpcCaller build()
public JsonRpcCallerBuilder withTransport(Transport transport)
public JsonRpcCallerBuilder withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public JsonRpcCallerBuilder withPrettyPrinter(com.fasterxml.jackson.core.PrettyPrinter prettyPrinter)
public com.fasterxml.jackson.core.PrettyPrinter getPrettyPrinter()
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public Transport getTransport()
Copyright © 2018. All rights reserved.