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
{{ message }}
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
I didn't find if it is currently possible, but could we get support for fixed-length values? With possibility of left/right padding the value.
I don't know if there is some functionality for that already in Jackson, could not find anything. Or maybe it's as simple as providing it by a custom serializer for the field, I guess?
The text was updated successfully, but these errors were encountered:
There is no out-of-the-box support for that. If this would be for String values, one possibility would be to allow specification of pattern property for @JsonFormat annotation, to specify format to use with String.format(...), with String value itself as the only argument.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I didn't find if it is currently possible, but could we get support for fixed-length values? With possibility of left/right padding the value.
I don't know if there is some functionality for that already in Jackson, could not find anything. Or maybe it's as simple as providing it by a custom serializer for the field, I guess?
The text was updated successfully, but these errors were encountered: