News

In the JSON-B 1.0 specification, section 3.5, it supports ALL the native date types of Java like java.util.date, java.time.LocalDate and java.time.LocalTime. HOWEVER, in the JsonConfig, it ONLY ...
It can be challenging to pick the right data type. You may start with a text field to store your email addresses and then later realize there is an Email type. Maybe you picked DateTime when really ...
Description The Java client code being generated for fields defined with format 'date' in OAS3 and a pattern of "YYYY-MM-DD" are working properly. Specifically, even with explicitly setting the exp ...