jsonrpc-bind-jackson
An implementation of jsonrpc-bind for Jackson.
Configuration
JacksonJsonrpcConfiguration
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);