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
As far as I can determine, all type conversions performed by Jodd BeanUtil or rather its associated converters are all with respect to the default locale.
Expected behavior
I would love to replace Apache BeanUtils with Jodd, but we support arbitrary locales for conversion of all data types. If Jodd could add this feature, we might be able to migrate.
The text was updated successfully, but these errors were encountered:
We do dates through the parsing and formatting classes Java provides (SimpleDateFormat, DateTimeFormatter), so no, we don't need that. It's about numbers, but that does include BigInteger and BigDecimal.
Current behavior
As far as I can determine, all type conversions performed by Jodd BeanUtil or rather its associated converters are all with respect to the default locale.
Expected behavior
I would love to replace Apache BeanUtils with Jodd, but we support arbitrary locales for conversion of all data types. If Jodd could add this feature, we might be able to migrate.
The text was updated successfully, but these errors were encountered: