FasterXML / FasterXML/jackson-future-ideas
Configuring `JsonPOJOBuilder` "withPrefix" on external configuration file
Open
- Dominant language
- No language data
- Stars
- 21
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
It would be really nice if the default `withPrefix` property in JsonPOJOBuilder could be exposed in a property file. (Same goes for some of the other properties, but this is the one I want to focus on)
That way, when I am writing my builder according to company standards, I don't have to worry about adding the annotation manually. Also consider that when using lombok, the @Builder annotation, the builder methods are just `variablename` and not `withVariablename`.
I think the more configurable a project can be, the better.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.