Ryan Heaton

Results 135 comments of Ryan Heaton

Yes, it's just the overlay code, so you'll have to compile the module yourself. I'll keep this issue open until more docs are provided. In the meantime, if you'd like...

Yes, [`@returnWrapped` is specifically designated](http://fromage.github.io/jax-doclets/docs/0.10.0/html/#d0e538) for JAX-RS API. Why not use the standard Jackson/JAXB annotations for specifying type?

I've looked into the work to support this, and it's pretty significant. It's not going to fit into 2.10.

This enhancement is currently seeking a sponsor. If anybody is willing to sponsor the work, [reach out to me](http://webcohesion.com/#contact) and I'd be happy to pick it up.

Thanks for the suggestion!

This enhancement is currently seeking a sponsor. If anybody is willing to sponsor the work, [reach out to me](http://webcohesion.com/#contact) and I'd be happy to pick it up.

What tool is converting the multipart/form-data to an instance of `PlayerRegistrationRequest`? Unless I'm mistaken, JAX-RS doesn't have a standard converter for that. So Enunciate doesn't know how to display `PlayerRegistrationRequest`...

What's the `@PartType` annotation.

Okay. So this is a request to support [resteasy-proprietary multipart (de)serialization](https://docs.jboss.org/resteasy/docs/1.1.GA/userguide/html/Multipart.html).

Sure, it's possible to do, but it's probably not a high priority at the moment.