Skip to content

Commit

Permalink
Update UntypedObjectDeserializerModule.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 5, 2024
1 parent abd58c2 commit 67883d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import tools.jackson.module.scala.{JacksonModule, ScalaModule}

import scala.languageFeature.postfixOps

private class UntypedScalaObjectDeserializer extends UntypedObjectDeserializer(null, null) {
private class UntypedScalaObjectDeserializer
extends UntypedObjectDeserializer(null, null.asInstanceOf[JavaType]) {

private var _mapDeser: ValueDeserializer[AnyRef] = _
private var _listDeser: ValueDeserializer[AnyRef] = _
Expand Down

0 comments on commit 67883d2

Please sign in to comment.