Tag Archives: Format
Tip: [Java / REST] Creating a Jackson multi date format deserializer.
In a microservice that is used by several portals, I have found the need that in certain endpoints, the dates received in the JSON of the requests can have different formats.This is a problem since the Jackson @JsonFormat tag only allows us to declare a single pattern, like: Luckily, there is another tag that allows […]