How to register Jackson Jdk8 module in Restlet
问题 Is it possible to register the jackson-datatype-jdk8 module in the Restlet org.restlet.ext.jackson extension package? I need to take advantage of the new Optional feature. My guess is that it should be accessible through the converter services ( getConverterService() ) but I can't find anything in the documentation that suggests exactly how setting a module is possible. 回答1: I eventually pieced together from a variety of sources an answer that works with Restlet 2.3. My guess is that this