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
Copy file name to clipboardExpand all lines: src/main/kotlin/io/github/projectmapk/jackson/module/kogera/annotationIntrospector/KotlinFallbackAnnotationIntrospector.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ internal class KotlinFallbackAnnotationIntrospector(
Copy file name to clipboardExpand all lines: src/main/kotlin/io/github/projectmapk/jackson/module/kogera/annotationIntrospector/KotlinPrimaryAnnotationIntrospector.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ internal class KotlinPrimaryAnnotationIntrospector(
Copy file name to clipboardExpand all lines: src/main/kotlin/io/github/projectmapk/jackson/module/kogera/deser/valueInstantiator/creator/ConstructorValueCreator.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ internal class ConstructorValueCreator<T : Any>(
26
26
// To prevent the call from failing, save the initial value and then rewrite the flag.
27
27
if (!isAccessible) constructor.isAccessible =true
28
28
29
-
val constructorParameters = declaringJmClass.findKmConstructor(constructor)!!.valueParameters
29
+
val constructorParameters = declaringJmClass.findJmConstructor(constructor)!!.valueParameters
0 commit comments