Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
JAX-RS allows developers to define and use a custom entity provider such as ExceptionMapper [1].
With this customizability, they can easily translate some object or exception to a custom response.
The current JAX-RS configuration doesn't provide an easy way to configure custom entity providers in its spring configurations.
[1] http://jackson.codehaus.org/javadoc/jax-rs/1.0/javax/ws/rs/ext/ExceptionMapper.html