We should allow developer to inject beans in converter and interceptor fields of @Rest. Right now, even if a bean is set in one of these fields, the generated code will create a new instance of the base class.
This idea came from this thread on StackOverflow