You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val isMissingAndRequired = paramVal ==null&& isMissing && jsonProp.isRequired
99
-
if (isMissingAndRequired || (!paramDef.isGenericType && paramVal ==null&&!paramDef.isNullable)) {
100
-
throwMissingKotlinParameterException(
101
-
parameter = paramDef,
102
-
processor = ctxt.parser,
103
-
msg ="Instantiation of ${this.valueTypeDesc} value failed for JSON property ${jsonProp.name} due to missing (therefore NULL) value for creator parameter ${paramDef.name} which is a non-nullable type"
0 commit comments