Description
If a resource method returns an explicit collection such as List<Book> then attempting to transform the output with TransformFeature fails.
This is due to the fact JAX-RS JAXB providers manage the process of writing the collections manually, they manually write a collection wrapper tag and then they serialize every collection member individually