- All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyReader<T>
, javax.ws.rs.ext.MessageBodyWriter<T>
@Provider
@Produces("application/json")
@Consumes("application/json")
public class JohnzonBatcheeProvider<T>
extends org.apache.johnzon.jaxrs.JohnzonProvider<T>
Johnzon integration provider to keep old date formatting.
Note 1: that if your client and server use the same formatting/provider (jackson, default johnzon, other...)
then this one is useless.
Note 2: this provider also sort attribute in a deterministic order (String natural order).