@JsonCreator
not working on a factory with no arguments for ae enum type
#960
Milestone
@JsonCreator
not working on a factory with no arguments for ae enum type
#960
Using a singleton pattern as described here by Joshua Block results in
IllegalArgumentException
fromBasicDeserializerFactory:1252
. An example:A dirty workaround is to add an ignored parameter like:
This issue is related to issue 929
The text was updated successfully, but these errors were encountered: