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/KotlinPrimaryAnnotationIntrospector.kt
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,18 @@ internal class KotlinPrimaryAnnotationIntrospector(
29
29
// If JsonProperty.required is true, the behavior is clearly specified and the result is paramount.
30
30
// Otherwise, the required is determined from the configuration and the definition on Kotlin.
0 commit comments