Bratchvv / localized-jackson-serializer

Custom serialization for money and date values with using locale format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OVERVIEW:

Use LocaleFormatSerializer to generate `xxxxFormated` values. Where `xxxxFormated` is a formatted date or a formatted money value with specific locale.

TEST REQUESTS:

http://localhost:8080/test/map?locale=en-US
http://localhost:8080/test/map?locale=ru-RU
http://localhost:8080/test/map?locale=fr-FR

About

Custom serialization for money and date values with using locale format


Languages

Language:Java 100.0%