Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
(based on Chris Pimlott's email on user list)
Currently @JsonCreator annotation is only used with "regular" (non-Collection/Enum/Map) types.
But it would be useful to allow it to be also be used with Map types; for example, to 'configure' Map type based on one or more non-entry types.