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 4d39dd4 commit 25b940eCopy full SHA for 25b940e
src/main/java/com/fasterxml/jackson/module/kotlin/KotlinInvalidNullException.java
@@ -7,7 +7,7 @@
7
import org.jetbrains.annotations.NotNull;
8
import org.jetbrains.annotations.Nullable;
9
10
-// Since there was no way to override Java getter in a user-friendly way, it is defined in Java. See KT-6653.
+// Due to a limitation in KT-6653, there is no user-friendly way to override Java getters in Kotlin.
11
// The reason for not having detailed information(e.g. KParameter) is to keep the class Serializable.
12
/**
13
* Specialized {@link JsonMappingException} sub-class used to indicate that a mandatory Kotlin creator parameter was
0 commit comments