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 78df5fc commit bd3988dCopy full SHA for bd3988d
src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinAnnotationIntrospector.kt
@@ -107,7 +107,7 @@ internal class KotlinAnnotationIntrospector(
107
}
108
109
private fun AccessibleObject.isRequiredByAnnotation(): Boolean? = annotations
110
- ?.firstOrNull { it.annotationClass == JsonProperty::class }
+ .firstOrNull { it.annotationClass == JsonProperty::class }
111
?.let { it as JsonProperty }
112
?.required
113
0 commit comments