FasterXML / jackson-modules-java8

Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
Apache License 2.0
399 stars 116 forks source link

optimize help ignore parameter name parse #235

Closed Brozen closed 2 years ago

Brozen commented 2 years ago

add an annotation @JsonParamNameIgnore to help ignore parameter name parse. And help resolve issue #234

cowtowncoder commented 2 years ago

I'd first like to make sure that my suggestion in #234 (addition of mode = Mode.DELEGATING for @JsonCreator) does not work -- that would be my primary suggestion here. I don't really like the idea of having to use annotations for ignoring JDK constructor parameter names, although I can see why that would allow working around the problem.

cowtowncoder commented 2 years ago

Closing as per suggested workaround.