com.fasterxml.jackson.module.scala.MapModule.scala Maven / Gradle / Ivy
package com.fasterxml.jackson.module.scala
import com.fasterxml.jackson.module.scala.ser.MapSerializerModule
import com.fasterxml.jackson.module.scala.deser.{UnsortedMapDeserializerModule, SortedMapDeserializerModule}
/**
* @author Christopher Currie
*/
trait MapModule extends MapSerializerModule with SortedMapDeserializerModule with UnsortedMapDeserializerModule {
}