How do I configure embedded Jetty and Java Jersey to accept JSON POJO? (The configuration should be done programatically, not in a web.xml file.)
I'm using Jetty 9.4.1 Java Jersey 2.25.1
(I've search through online and more information are for outdated versions of Jetty / Jersey or it is meant for .xml file configuration.)