An implementation of jsonrpc-bind for Jackson.
This class holds an instance of ObjectMapper
. You can use your own one if you want/need to.
// Doing once is enough.
final ObjectMapper objectMapper = getYourOwn();
JacksonJsonrpcConfiguration.setObjectMapper(objectMapper);