jansupol / jsonbapi

0 stars 0 forks source link

JsonbConfig for JAX-RS #75

Open jansupol opened 6 years ago

jansupol commented 6 years ago

I'm developing Java EE 8 app using JAX-RS. I have LocalDateTime fields in my Entities. When I return those entities from JAX-RS resource methods, I indicate desired formatting with @JsonbDateFormatannotation. Is it possible to define my formatting somewhere once, so it's applied to all entities?

jansupol commented 6 years ago