I am trying to portable rest application for Weblogic and Jboss. Currently we are using jersey for rest app. with portable implementation jboss will use resteasy.
Context: in our app we are @Provider
class using ContextResolver<JAXBContext>
return JSONJAXBContext
with JSONConfiguration.natural().build()
. so i am trying to find jersey internally used above configuration for Jackson or Jettison. please help me on this.