585960616263646566
objectMapper = new ObjectMapper(); } } // create the server jsonRpcServer = new JsonRpcServer( objectMapper, getService(), getServiceInterface()); jsonRpcServer.setRethrowExceptions(rethrowExceptions); }