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 9f2724e commit 12fadffCopy full SHA for 12fadff
play-json/jvm/src/main/scala/play/api/libs/json/jackson/JacksonJson.scala
@@ -52,6 +52,7 @@ import play.api.libs.json._
52
* }}}
53
*/
54
sealed class PlayJsonMapperModule(jsonConfig: JsonConfig) extends SimpleModule("PlayJson", Version.unknownVersion()) {
55
+ def this() = this(JsonConfig.settings)
56
override def setupModule(context: SetupContext): Unit = {
57
context.addDeserializers(new PlayDeserializers(jsonConfig))
58
context.addSerializers(new PlaySerializers(jsonConfig))
0 commit comments