Whats the correct way to instantiate ParameterNamesModule for "constructor with all fields" deserialization?
It already works for me.. but it works in both ways!.. whats the difference of
new ParameterNamesModule()
and
ParameterNamesModule(JsonCreator.Mode.PROPERTIES)
Aso, I do NOT need to add the -parameters compiler argument for it to work
Maybe because I do not have a default noargs constructor declared
thanks in advance