You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 @JsonbDateFormat annotation.
Is it possible to define my formatting somewhere once, so it's applied to all entities?
The text was updated successfully, but these errors were encountered:
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
@JsonbDateFormat
annotation.Is it possible to define my formatting somewhere once, so it's applied to all entities?
The text was updated successfully, but these errors were encountered: