We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a166033 commit 3ffe0a0Copy full SHA for 3ffe0a0
src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinValueInstantiator.kt
@@ -124,6 +124,8 @@ internal class KotlinValueInstantiator(
124
// we didn't do anything special with default parameters, do a normal call
125
super.createFromObjectWith(ctxt, jsonParamValueList)
126
} else {
127
+ valueCreator.checkAccessibility(ctxt)
128
+
129
val callableParametersByName = linkedMapOf<KParameter, Any?>()
130
callableParameters.mapIndexed { idx, paramDef ->
131
if (paramDef != null) {
0 commit comments