-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
has-failing-testIndicates that there exists a test case (under `failing/`) to reproduce the issueIndicates that there exists a test case (under `failing/`) to reproduce the issue
Milestone
Description
(note: originally FasterXML/jackson-modules-java8#178)
So looks like detection of "implicit" creator property name gets masked by bogus name detected for annotations like @JsonDeserialize
in some cases: specifically, if no @JsonCreator
annotation is used. If so, deserializer factory's logic seems to consider empty name returned to mean "no name exists".
Metadata
Metadata
Assignees
Labels
has-failing-testIndicates that there exists a test case (under `failing/`) to reproduce the issueIndicates that there exists a test case (under `failing/`) to reproduce the issue