Unable to set SORT_PROPERTIES_ALPHABETICALLY in Jackson's config
Open
enhancement
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 559
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 34
Description
It'd be nice to format json/yaml files with alphabetically sorted properties for consistency reasons, unfortunately Jackson's `SORT_PROPERTIES_ALPHABETICALLY` is a `MapperFeature` so it cannot be enabled through Spotless right now because it only accepts `SerializationFeature`.
Contributor guide
Assessment
This issue has not been assessed yet.