Skip to content

Commit

Permalink
ofVector used within DeferredMap
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Nov 15, 2023
1 parent 4749a25 commit 239c3c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ class JacksonGenerator private (implicit Cl: CollectionsLibTerms[JavaLanguage, T
for {
innerType <- concreteType.fold(safeParseType(tpeName))(Target.pure)
tpe <- Cl.liftMapType(innerType, containerTpe)
} yield (tpe, Option.empty, ReifiedRawType.ofVector(fallbackRawType))
} yield (tpe, Option.empty, ReifiedRawType.ofMap(fallbackRawType))
}

expressionDefaultValue <- (defaultValue match {
Expand Down

0 comments on commit 239c3c6

Please sign in to comment.