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
Jackson-module-kotlin version 2.9.7, newer version should experience the same problem
changing original source code inline fun <reified T> ObjectMapper.readValue(content: String): T = readValue(content, jacksonTypeRef<T>()) adds trailing ... as T would fix the problem, however this way it provides poor exception message Exception in thread "main" java.lang.NullPointerException: null cannot be cast to non-null type kotlin.Any