Hey, When you run that generated code in a Jaxrs compliant app server you won't have any issues, as the jaxrs impl will consume those models just like any other jaxrs project.
If you want to run this in a container that supports both jaxrs and swagger, I suggest Liberty: https://developer.ibm.com/wasdev/blog/2016/04/13/deploying-swagger-enabled-endpoints-websphere-liberty-bluemix-api-connect/ - Arthur On Saturday, 21 January 2017 06:26:21 UTC-5, Nick wrote: > > Hi, > > I'm trying to use the jaxrs-spec language codegen, but it generates me > models without JAXB or Jackson style annotations. How do people usually > use this code generation - is there some clever way I'm missing of using > the Swagger annotations or something for serialisation and deserialisation? > > Thanks in advance for the help > > Nick > > -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
