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 86c10bd commit ce2d5deCopy full SHA for ce2d5de
pom.xml
@@ -273,6 +273,9 @@
273
<exclude>
274
com.fasterxml.jackson.module.kotlin.KotlinNamesAnnotationIntrospector#KotlinNamesAnnotationIntrospector(com.fasterxml.jackson.module.kotlin.ReflectionCache,java.util.Set,boolean)
275
</exclude>
276
+ <exclude>
277
+ com.fasterxml.jackson.module.kotlin.ReflectionCache#checkConstructorIsCreatorAnnotated(com.fasterxml.jackson.databind.introspect.AnnotatedConstructor,kotlin.jvm.functions.Function1)
278
+ </exclude>
279
280
</excludes>
281
</parameter>
0 commit comments